CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/15 07:53:47
Modified files:
lib/libcrypto/crypto: Makefile
lib/libssl/src/crypto/evp: e_aes.c evp.h evp_err.c evp_locl.h
Added files:
lib/libssl/src/crypto/evp: evp_aead.c
Log message:
Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD
implementations. This largely pulls in Adam Langley's AEAD patches from
Chromium's OpenSSL.
ok miod@
