diff options
author | tb <> | 2024-07-21 08:36:43 +0000 |
---|---|---|
committer | tb <> | 2024-07-21 08:36:43 +0000 |
commit | 4688a563b5da8909cc64fcc7369b1ec5491d5d58 (patch) | |
tree | ed0c4a447622751595335dd0ea2ec812761b3861 /src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 | |
parent | bb0cbaff332e2117f157bdcb8acfe6689a081e39 (diff) | |
download | openbsd-4688a563b5da8909cc64fcc7369b1ec5491d5d58.tar.gz openbsd-4688a563b5da8909cc64fcc7369b1ec5491d5d58.tar.bz2 openbsd-4688a563b5da8909cc64fcc7369b1ec5491d5d58.zip |
Unify description of the obsolete ENGINE parameter
This uses the same language in most manuals mentioning the obsolete
ENGINE parameters. Make it clear that it is always ignored and that
NULL should be passed. Always call it engine instead of a mix of e
pe, impl, eng.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_AEAD_CTX_init.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 index 01692c93e6..8b3b8adb0f 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.15 2023/09/12 13:58:06 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.16 2024/07/21 08:36:43 tb 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. |
@@ -17,7 +17,7 @@ | |||
17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
19 | .\" | 19 | .\" |
20 | .Dd $Mdocdate: September 12 2023 $ | 20 | .Dd $Mdocdate: July 21 2024 $ |
21 | .Dt EVP_AEAD_CTX_INIT 3 | 21 | .Dt EVP_AEAD_CTX_INIT 3 |
22 | .Os | 22 | .Os |
23 | .Sh NAME | 23 | .Sh NAME |
@@ -51,7 +51,7 @@ | |||
51 | .Fa "const unsigned char *key" | 51 | .Fa "const unsigned char *key" |
52 | .Fa "size_t key_len" | 52 | .Fa "size_t key_len" |
53 | .Fa "size_t tag_len" | 53 | .Fa "size_t tag_len" |
54 | .Fa "ENGINE *impl" | 54 | .Fa "ENGINE *engine" |
55 | .Fc | 55 | .Fc |
56 | .Ft void | 56 | .Ft void |
57 | .Fo EVP_AEAD_CTX_cleanup | 57 | .Fo EVP_AEAD_CTX_cleanup |
@@ -142,11 +142,11 @@ initializes the context | |||
142 | for the given AEAD algorithm | 142 | for the given AEAD algorithm |
143 | .Fa aead . | 143 | .Fa aead . |
144 | The | 144 | The |
145 | .Fa impl | 145 | .Fa engine |
146 | argument must be | 146 | argument must be |
147 | .Dv NULL | 147 | .Dv NULL |
148 | for the default implementation; | 148 | for the default implementation; |
149 | other values are currently not supported. | 149 | other values are not supported. |
150 | Authentication tags may be truncated by passing a tag length. | 150 | Authentication tags may be truncated by passing a tag length. |
151 | A | 151 | A |
152 | .Fa tag_len | 152 | .Fa tag_len |