summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2022-08-29 10:05:56 +0200
committerTomas Mraz <tomas@openssl.org>2022-09-01 12:31:11 +0200
commit1ef0c91681d5405e7332d1e86fba96174fef3aa8 (patch)
treec2d83c8024dbbdebcbdc97bacefb3de61cc4d439 /doc
parent70d9e64b634673257ab64561e1c04ee8d1d4a24a (diff)
Fix documented max. length for info buffer in HKDF
This limit was increased with 20c2876f24d0 ("Increase HKDF_MAXBUF from 1024 to 2048"). CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19085) (cherry picked from commit d4ffdc42cb579a1ea6e3c95601c5845866028ebb)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod b/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
index 15b908e540..81ee5c485b 100644
--- a/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
+++ b/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
@@ -99,7 +99,7 @@ A context for HKDF can be obtained by calling:
EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL);
-The total length of the info buffer cannot exceed 1024 bytes in length: this
+The total length of the info buffer cannot exceed 2048 bytes in length: this
should be more than enough for any normal use of HKDF.
The output length of an HKDF expand operation is specified via the length