Skip to content

v4.4.0

Compare
Choose a tag to compare
@hannesm hannesm released this 13 Mar 21:41
· 314 commits to main since this release
d5c369f

CHANGES:

  • dns-stub, a new opam package, is a stub resolver #209 @hannesm, review by
    @cfcs
  • embed IP address of recursive resolver only once #214 @hannesm, fixes #210,
    review by @cfcs
  • Dns_trie.lookup returns NotAuthoritative if no SOA is present #217 @hannesm,
    review by @cfcs
  • Secondary server is looked up in trie properly (may be in another zone, which
    primary is not authoritative for the other zone) #217 @hannesm, review by
    @cfcs
  • new function Dns.Dnskey.pp_name_key #218 @hannesm, review by @cfcs
  • dns-certify uses new ACME protocol (where the intermediate certificate is
    part of the issuance process) #219 @hannesm, review by @cfcs
  • dns-certify/dns-tsig/dns-cli: use mirage-crypto #219 @hannesm, review by @cfcs