Re: Will BIND support RFC8080? ED25519 and Ed448 for DNSSEC

2017-06-17 Thread Nahual Terabits
/ EVP_DigestVerifyInit.pod On Wed, May 31, 2017 at 11:04 AM, Tony Finch wrote: > Nahual Terabits wrote: > > Ed25519 is now officially supported by the latest version of OpenSSL that > > is on Github: > > https://github.com/openssl/openssl/tree/04dec1ab34df70c1588d42cc394e8f > a8b5f3191c &

Will BIND support RFC8080? ED25519 and Ed448 for DNSSEC

2017-02-24 Thread Nahual Terabits
RFC8080 introduces 2 new algorithms for DNSSEC. Algorithm: 15 (ED25519) and Algorithm: 16 (ED448) https://tools.ietf.org/html/rfc8080 Will ED25519 and ED448 be supported by BIND anytime soon? That means including these algorithms in dnssec-keygen and the dnssec validator. __