summaryrefslogtreecommitdiffstats
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:30:03 +0200
commitd4ffdc42cb579a1ea6e3c95601c5845866028ebb (patch)
treeb17f7e3fc059e8de82db9d5d8bd7624842bc61ee
parent2b44565476d9d6d86f5af0ec736a7bf6f77a839e (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)
-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