trust-dns v0.12.0 Release Notes

  • 🛠 Fixed

    • Server was not properly signing zone after fresh start

    ➕ Added

    • RSA and ECDSA validation with ring for DNSSec, removes dependency on openssl (@briansmith)
    • lookup to ClientHandle, simpler form with Query
    • query to Query for ease of Query creation

    🔄 Changed

    • Large celanup of signing and verification paths in DNSSec (@briansmith)
    • 💥 breaking changed TrustAnchor::insert_trust_anchor to more safely consume PublicKey rather than Vec<u8>