BoringSSL has an implementation of the AEAD itself you could test against. It's the EVP_AEAD named EVP_aead_chacha20_poly1305_rfc7539 (to be renamed to EVP_aead_chacha20_poly1305 later).
On Wed, Dec 9, 2015 at 8:02 PM Salz, Rich <[email protected]> wrote: > OpenSSL just landed our chacha/poly implementation into master. We pass > the RFC test vectors, looking for other implementations to test against. > Thanks. > > > > -- > > Senior Architect, Akamai Technologies > > IM: [email protected] Twitter: RichSalz > > > _______________________________________________ > TLS mailing list > [email protected] > https://www.ietf.org/mailman/listinfo/tls >
_______________________________________________ TLS mailing list [email protected] https://www.ietf.org/mailman/listinfo/tls
