CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/04/28 10:06:53
Modified files: lib/libssl/src/crypto/evp: e_chacha20poly1305.c evp.h lib/libssl/src/ssl: ssl_ciph.c Log message: Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() and replace with EVP_aead_chacha20_poly1305_ietf(). The IETF version will become the standard version. Discussed with many.