github NLnetLabs/domain v0.12.1
0.12.1

10 hours ago

Improvements

  • Implemented core::error::Error instead of std::error::Error for error types, reducing the need for the std feature flag. (#641 by @soywod)
  • Added missing impl core::Error for ParseError. (#650 by @soywod)

Bug fixes

  • Added a length check when parsing open-ended record types like Dnskey<_> which are supposed to never be too large. (#664)
  • Detect when an attempt is made to create a dnssec::sign::records::Rrset with records that have different TTLs. Unfortuantely error handling is poor so the code currently panics. At least this prevents bad signatures but the error handling needs to be fixed later. (#660)

Unstable features

  • unstable-crypto:
    • Added key generation and signing for RSASHA512. (#659)

Don't miss a new domain release

NewReleases is sending notifications on new releases.