Skip to content

Releases: niclabs/dns-tools

v2.3.3

25 Mar 02:29
Compare
Choose a tag to compare
  • Fixing bug on glue-detecting function. Now it should sign properly.

v2.3.2

23 Dec 23:16
Compare
Choose a tag to compare
  • Now glue RRs are correctly identified and skipped

v2.3.1

08 Dec 01:03
Compare
Choose a tag to compare
  • Fixing bug when signing root dns zones

v2.3.0

10 Aug 19:07
Compare
Choose a tag to compare
  • 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

26 Jul 04:02
Compare
Choose a tag to compare
  • 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

13 Apr 21:31
Compare
Choose a tag to compare
  • ZONEMD generator (and verifier)
  • Changing name to "dns-tools" (hopefully, the last name change)

v2.0.0

02 Apr 14:57
Compare
Choose a tag to compare
  • 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

11 Mar 14:50
Compare
Choose a tag to compare
  • Fixing config file usage of p11lib configuration option

v1.1.5

09 Mar 21:28
Compare
Choose a tag to compare
  • Changing config name to hsm-tools-config

v1.1.4

06 Mar 19:59
e44658a
Compare
Choose a tag to compare
  • Fixing expiration date parsing