diff options
author | schwarze <> | 2015-10-14 09:11:25 +0000 |
---|---|---|
committer | schwarze <> | 2015-10-14 09:11:25 +0000 |
commit | 3ba95054095fc9c1ddfd504959be20825c352b45 (patch) | |
tree | 8e4fa838cf95b43870d08f590eafb9dd7834b483 /src | |
parent | 9d97a73291fdf754ac433bb870b979ef8c5ff3c4 (diff) | |
download | openbsd-3ba95054095fc9c1ddfd504959be20825c352b45.tar.gz openbsd-3ba95054095fc9c1ddfd504959be20825c352b45.tar.bz2 openbsd-3ba95054095fc9c1ddfd504959be20825c352b45.zip |
tweak previous (two details i apparently missed)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 | 10 |
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 | |||
115 | for the given AEAD algorithm | 115 | for the given AEAD algorithm |
116 | .Fa aead . | 116 | .Fa aead . |
117 | The | 117 | The |
118 | .Fa impl argument must be | 118 | .Fa impl |
119 | argument must be | ||
119 | .Dv NULL | 120 | .Dv NULL |
120 | for the default implementation; | 121 | for the default implementation; |
121 | other values are currently not supported. | 122 | other 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 |
273 | AEAD is based on the implementation by Adam Langley for | 274 | AEAD is based on the implementation by |
274 | Chromium/BoringSSL and first appeared in | 275 | .An Adam Langley |
276 | for Chromium/BoringSSL and first appeared in | ||
275 | .Ox 5.6 . | 277 | .Ox 5.6 . |