Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@chromium.org>2014-06-20 23:00:00 +0400
committerAdam Langley <agl@chromium.org>2014-06-21 00:17:34 +0400
commitfd772a5aebeeaafb591903d509b187d7d41c5d69 (patch)
treed511e7b0e890c8a26dbfdfa33bc3932a8eb83134 /include/openssl/aead.h
parenta5fa5b7bb63896853c65fe23863e99b1c354ca97 (diff)
AEAD interface.
This change adds an AEAD interface to EVP and an AES-GCM implementation suitable for use in TLS.
Diffstat (limited to 'include/openssl/aead.h')
l---------include/openssl/aead.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/aead.h b/include/openssl/aead.h
new file mode 120000
index 00000000..d90b92df
--- /dev/null
+++ b/include/openssl/aead.h
@@ -0,0 +1 @@
+../../crypto/cipher/aead.h \ No newline at end of file