diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_AEAD_CTX_init.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 index 02f6e275d1..01692c93e6 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.14 2023/09/12 13:29:38 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.15 2023/09/12 13:58:06 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. |
@@ -279,6 +279,9 @@ ChaCha20 with a Poly1305 authenticator, using a | |||
279 | of 32 bytes and a | 279 | of 32 bytes and a |
280 | .Fa nonce_len | 280 | .Fa nonce_len |
281 | of 12 bytes. | 281 | of 12 bytes. |
282 | The constant | ||
283 | .Dv EVP_CHACHAPOLY_TLS_TAG_LEN | ||
284 | specifies the length of the authentication tag in bytes and has a value of 16. | ||
282 | .It Fn EVP_aead_xchacha20_poly1305 | 285 | .It Fn EVP_aead_xchacha20_poly1305 |
283 | XChaCha20 with a Poly1305 authenticator, using a | 286 | XChaCha20 with a Poly1305 authenticator, using a |
284 | .Fa key_len | 287 | .Fa key_len |