trust-dns v0.5.0 Release Notes

Release Date: 2016-03-22 // about 8 years ago
  • โž• Added

    • โšก๏ธ Updated rust-openssl to 0.7.8 which include new RSA creation bindings
    • NSEC resolver validation
    • ๐Ÿ“œ NSEC3 parsing support
    • DNSSec validation of RRSIG and DNSKEY records back to root cert
    • Integration with OpenSSL (depends on fork until rust-openssl 0.7.6+ is cut)
    • Binary serialization and deserialization of all DNSSec RFC4034 record types
    • ๐Ÿ‘ EDNS support
    • ๐Ÿ‘ Coveralls support added
    • โšก๏ธ Partial implementation of SIG0 support for dynamic update
    • ๐Ÿ‘ SRV record support

    ๐Ÿ”„ Changed

    • Dual licensed with MIT (and Apache 2.0)
    • Abstracted Client over TCP and UDP for common implementation of queries

    ๐Ÿ›  Fixed

    • Binary Serialization and Deserialization of NSEC3
    • AXFR SOA ordering
    • ๐Ÿ— Travis build failing

    ๐Ÿ—„ Deprecated

    • โšก๏ธ See updated trust_dns::client::Client API