summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_chacha20.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/EVP_chacha20.3')
-rw-r--r--src/lib/libcrypto/man/EVP_chacha20.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_chacha20.3 b/src/lib/libcrypto/man/EVP_chacha20.3
index 14a26b3043..8d0be1ed64 100644
--- a/src/lib/libcrypto/man/EVP_chacha20.3
+++ b/src/lib/libcrypto/man/EVP_chacha20.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_chacha20.3,v 1.6 2023/08/24 04:33:08 tb Exp $ 1.\" $OpenBSD: EVP_chacha20.3,v 1.7 2023/09/12 13:58:06 schwarze Exp $
2.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 2.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: August 24 2023 $ 68.Dd $Mdocdate: September 12 2023 $
69.Dt EVP_CHACHA20 3 69.Dt EVP_CHACHA20 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -135,6 +135,9 @@ argument of 32 bytes = 256 bits and an
135argument of 12 bytes = 96 bits. 135argument of 12 bytes = 96 bits.
136This supports additional authenticated data (AAD) and produces a 128-bit 136This supports additional authenticated data (AAD) and produces a 128-bit
137authentication tag. 137authentication tag.
138The constant
139.Dv EVP_CHACHAPOLY_TLS_TAG_LEN
140specifies the length of the authentication tag in bytes and has a value of 16.
138.Pp 141.Pp
139The following 142The following
140.Fa type 143.Fa type