From: Joachim Vandersmissen Date: Tue, 26 Jul 2022 12:33:43 +0000 (+0000) Subject: Update EVP_KDF-X942-ASN1.pod X-Git-Tag: openssl-3.2.0-alpha1~2328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c00377cb82f7eefcf7433606e687f348b9e7a0;p=thirdparty%2Fopenssl.git Update EVP_KDF-X942-ASN1.pod Replaced OSSL_KDF_PARAM_KEY with OSSL_KDF_PARAM_SECRET as that seems to be the intended value from the code (OSSL_KDF_PARAM_KEY is also supported but looks like a fallback). Fixed name for OSSL_KDF_PARAM_X942_USE_KEYBITS. CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18878) --- diff --git a/doc/man7/EVP_KDF-X942-ASN1.pod b/doc/man7/EVP_KDF-X942-ASN1.pod index c01ec466fa1..58f0d2b15e2 100644 --- a/doc/man7/EVP_KDF-X942-ASN1.pod +++ b/doc/man7/EVP_KDF-X942-ASN1.pod @@ -30,7 +30,7 @@ The supported parameters are: These parameters work as described in L. -=item "key" (B) +=item "secret" (B) The shared secret used for key derivation. This parameter sets the secret. @@ -60,7 +60,7 @@ An optional octet string containing public info contributed by the responder. An optional octet string containing some additional, mutually-known public information. Setting this value also sets "use-keybits" to 0. -=item "use-keybits" (B) +=item "use-keybits" (B) The default value of 1 will use the KEK key length (in bits) as the "supp-pubinfo". A value of 0 disables setting the "supp-pubinfo".