Skip to content

Commit ca59b49

Browse files
committed
* Switched to .Net 6
* 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
1 parent 18b427f commit ca59b49

File tree

201 files changed

+5574
-4496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+5574
-4496
lines changed

.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github: alexreinert
2+
ko_fi: alexreinert
3+
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']

.github/stale.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 60
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
# Label to use when marking an issue as stale
10+
staleLabel: stale
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had recent activity.
14+
It will be closed if no further activity occurs. Thank you for your contributions.
15+
# Comment to post when closing a stale issue. Set to `false` to disable
16+
closeComment: false

0 commit comments

Comments
 (0)