summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl')
-rw-r--r--upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl20
1 files changed, 14 insertions, 6 deletions
diff --git a/upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl b/upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl
index 7a12ef4e..c3a378a6 100644
--- a/upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl
+++ b/upstream/archlinux/man7/EVP_MD-BLAKE2.7ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "EVP_MD-BLAKE2 7ssl"
-.TH EVP_MD-BLAKE2 7ssl 2024-01-30 3.2.1 OpenSSL
+.TH EVP_MD-BLAKE2 7ssl 2024-04-28 3.3.0 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -75,20 +75,27 @@ Known names are "BLAKE2S\-256" and "BLAKE2s256".
.IP BLAKE2B\-512 4
.IX Item "BLAKE2B-512"
Known names are "BLAKE2B\-512" and "BLAKE2b512".
+.SS "Settable Parameters"
+.IX Subsection "Settable Parameters"
+"BLAKE2B\-512" supports the following \fBEVP_MD_CTX_set_params()\fR key
+described in "PARAMETERS" in \fBEVP_DigestInit\fR\|(3).
+.IP """xoflen"" (\fBOSSL_DIGEST_PARAM_XOFLEN\fR) <unsigned integer>" 4
+.IX Item """xoflen"" (OSSL_DIGEST_PARAM_XOFLEN) <unsigned integer>"
.SS "Gettable Parameters"
.IX Subsection "Gettable Parameters"
This implementation supports the common gettable parameters described
in \fBEVP_MD\-common\fR\|(7).
.SS "Settable Context Parameters"
.IX Subsection "Settable Context Parameters"
-The BLAKE2B\-512 implementation supports the following \fBOSSL_PARAM\fR\|(3) entries
-which are settable for an \fBEVP_MD_CTX\fR with \fBEVP_DigestInit_ex2\fR\|(3) or
+The implementation supports the following \fBOSSL_PARAM\fR\|(3) entries which
+are settable for an \fBEVP_MD_CTX\fR with \fBEVP_DigestInit_ex2\fR\|(3) or
\&\fBEVP_MD_CTX_set_params\fR\|(3):
.IP """size"" (\fBOSSL_DIGEST_PARAM_SIZE\fR) <unsigned integer>" 4
.IX Item """size"" (OSSL_DIGEST_PARAM_SIZE) <unsigned integer>"
Sets a different digest length for the \fBEVP_DigestFinal\fR\|(3) output.
The value of the "size" parameter must not exceed the default digest length
-(64 for BLAKE2B\-512). The parameter must be set with the
+of the respective BLAKE2 algorithm variants, 64 for BLAKE2B\-512 and
+32 for BLAKE2S\-256. The parameter must be set with the
\&\fBEVP_DigestInit_ex2\fR\|(3) call to have an immediate effect. When set with
\&\fBEVP_MD_CTX_set_params\fR\|(3) it will have an effect only if the \fBEVP_MD_CTX\fR
context is reinitialized.
@@ -99,10 +106,11 @@ context is reinitialized.
.IX Header "HISTORY"
This functionality was added in OpenSSL 3.0.
.PP
-The variable size support was added in OpenSSL 3.2 for BLAKE2B\-512.
+The variable size support was added in OpenSSL 3.2 for BLAKE2B\-512 and
+in OpenSSL 3.3 for BLAKE2S\-256.
.SH COPYRIGHT
.IX Header "COPYRIGHT"
-Copyright 2020\-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2020\-2022 The OpenSSL Project Authors. All Rights Reserved.
.PP
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy