CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/04/28 10:39:45
Modified files: lib/libssl/src/ssl: s3_lib.c ssl_ciph.c ssl_locl.h t1_enc.c tls1.h Log message: Implement the IETF ChaCha20-Poly1305 cipher suites. Rename the existing ChaCha20-Poly1305 cipher suites with an "-OLD" suffix, effectively replaces the original Google implementation. We continue to support both the IETF and Google versions, however the existing names now refer to the ciphers from draft-ietf-tls-chacha20-poly1305-04. Feedback from doug@