fix(ts_server): Update DnsSec class to fully implement key generation and DNSKEY record creation.

This commit is contained in:
2024-09-19 18:23:42 +02:00
parent 1536475306
commit 439d08b023
3 changed files with 145 additions and 47 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-09-19 - 6.1.1 - fix(ts_server)
Update DnsSec class to fully implement key generation and DNSKEY record creation.
- Added complete support for ECDSA and ED25519 algorithms in the DnsSec class.
- Implemented DNSKEY generation and KeyTag computation methods.
- Improved error handling and initialized the appropriate cryptographic instances based on the algorithm.
## 2024-09-18 - 6.1.0 - feat(smartdns)
Add DNS Server and DNSSEC tools with comprehensive unit tests