Skip to content

Commit

Permalink
* Switched to .Net 6
Browse files Browse the repository at this point in the history
* Several minor bugfixes and optimizations
* Added support for RFC 8080 (EdDSA for DNSSEC)
* Added support for RFC 8945 (TSIG errata and truncated HMAC support)
* Added documentation to repository
  • Loading branch information
alexreinert committed Dec 9, 2022
1 parent 18b427f commit ca59b49
Show file tree
Hide file tree
Showing 201 changed files with 5,574 additions and 4,496 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: alexreinert
ko_fi: alexreinert
custom: ['https://www.amazon.de/gp/registry/wishlist/3NNUQIQO20AAP/ref=nav_wishlist_lists_1', 'https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=4PW43VJ2DZ7R2']
16 changes: 16 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed if no further activity occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
Loading

0 comments on commit ca59b49

Please sign in to comment.