CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/06/13 04:52:24
Modified files: lib/libssl/src/ssl: s3_pkt.c ssl.h ssl_lib.c ssl_locl.h Log message: Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. Read and write contexts are also added to the SSL_CTX, along with supporting code. Based on Adam Langley's chromium diffs. Rides the recent SSL library bump.