summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_AEAD_CTX_init.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
index 47531123b4..a2b4efea54 100644
--- a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
+++ b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.1 2015/10/14 07:41:28 reyk Exp $ 1.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.2 2015/10/14 09:11:25 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014, Google Inc. 3.\" Copyright (c) 2014, Google Inc.
4.\" Parts of the text were written by Adam Langley and David Benjamin. 4.\" Parts of the text were written by Adam Langley and David Benjamin.
@@ -115,7 +115,8 @@ initializes the context
115for the given AEAD algorithm 115for the given AEAD algorithm
116.Fa aead . 116.Fa aead .
117The 117The
118.Fa impl argument must be 118.Fa impl
119argument must be
119.Dv NULL 120.Dv NULL
120for the default implementation; 121for the default implementation;
121other values are currently not supported. 122other values are currently not supported.
@@ -270,6 +271,7 @@ EVP_AEAD_CTX_cleanup(&ctx);
270.Sh SEE ALSO 271.Sh SEE ALSO
271.Xr evp 3 272.Xr evp 3
272.Sh HISTORY 273.Sh HISTORY
273AEAD is based on the implementation by Adam Langley for 274AEAD is based on the implementation by
274Chromium/BoringSSL and first appeared in 275.An Adam Langley
276for Chromium/BoringSSL and first appeared in
275.Ox 5.6 . 277.Ox 5.6 .