CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/06/13 05:52:03
Modified files:
lib/libssl/src/ssl: ssl.h ssl3.h ssl_err.c t1_enc.c
Log message:
Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which are
those that use EVP_AEAD instead ov EVP_CIPHER. This means being able to
change cipher state with an EVP_AEAD and being able to encrypt/decrypt
TLS using the EVP_AEAD. This has no change on existing
non-SSL_CIPHER_ALGORITHM2_AEAD ciphers.
Based on Adam Langley's chromium patches.
Rides the recent libssl bump.
Tested by sthen@