Releases: niclabs/dns-tools
Releases · niclabs/dns-tools
v2.3.3
- Fixing bug on glue-detecting function. Now it should sign properly.
v2.3.2
- Now glue RRs are correctly identified and skipped
v2.3.1
- Fixing bug when signing root dns zones
v2.3.0
- New
--lazy
flag only signs the zone if it is needed to be signed
- New
--verify-threshold-{date,duration}
flags allow to check the validity of a signature in a date different to now.
- Bug fixes (Now it works with SoftHSMv2)
v2.2.0
- Now
--{zsk,ksk}-expiration-date
configurations apply correctly to the created key
- New
--{rrsig}-expiration-date
configuration is used for all the signatures.
- New
--{zsk,ksk,rrsig}-duration
configurations, that allow to set relative expiration dates.
v2.1.0
- ZONEMD generator (and verifier)
- Changing name to "dns-tools" (hopefully, the last name change)
v2.0.0
- New
file
mode allows to sign a zone with PKCS#8-encoded PEM files (one for ZSK and one for KSK)
- Fixes Issue #12 (zone parsing in zone files without $ORIGIN directive)
v1.1.6
- Fixing config file usage of p11lib configuration option
v1.1.5
- Changing config name to hsm-tools-config
v1.1.4
- Fixing expiration date parsing