AEAD support.
authorAdam Langley <agl@chromium.org>
Thu, 25 Jul 2013 20:52:35 +0000 (16:52 -0400)
committerAdam Langley <agl@chromium.org>
Tue, 1 Oct 2013 16:30:52 +0000 (12:30 -0400)
commit444b1d416bf153c033bdd544d58b77d025b690bb
tree600e92bc58dc7dcf6cc32d32d34fff844eebc83e
parent4055ca1f9e70306886740f662c6b5fef63b098e1
AEAD support.

This change adds an AEAD interface to EVP and an AES-GCM implementation
suitable for use in TLS.
crypto/evp/Makefile
crypto/evp/e_aes.c
crypto/evp/evp.h
crypto/evp/evp_aead.c [new file with mode: 0644]
crypto/evp/evp_err.c
crypto/evp/evp_locl.h
doc/crypto/EVP_AEAD_CTX_init.pod [new file with mode: 0644]