CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/08 08:13:44
Modified files:
lib/libssl/src/ssl: ssl.h ssl_err.c t1_enc.c
Log message:
Factor out the part of tls1_change_cipher_state() that is specific to
switching cipher states using an EVP_CIPHER. This will facilitate the
addition of cipher state changes for EVP_AEAD. No functional change.
Based on Adam Langley's chromium patches.
