trust-dns v0.10.2 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed format of ED25519 keys (@briansmith) #129

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Revamped signer and keypair to better deal with public key (possible breaking change)
    • Upgraded ring to 0.9.x series, requires pkcs8 for key storage
    • โฌ‡๏ธ Dropped support for dangerous private key byte access (possible breaking change)
    • Upgraded tokio-rustls and rustls dependencies to support ring updates

    โž• Added

    • PublicKey and Verifier for verifying with zero copy from KEY and DNSKEY (possible breaking change)
    • ๐Ÿ‘ Pkcs8 as a supported KeyFormat for storage (possible breaking change)