From: Allan Date: Wed, 6 Jul 2022 21:26:16 +0000 (-0700) Subject: Updated information for OSSL_SIGNATURE_PARAM_PSS_SALTLEN X-Git-Tag: openssl-3.2.0-alpha1~2423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d104c6ff7499b0638c82557ce94e284b00f74627;p=thirdparty%2Fopenssl.git Updated information for OSSL_SIGNATURE_PARAM_PSS_SALTLEN Fixes #18066 Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18736) --- diff --git a/doc/man7/EVP_SIGNATURE-RSA.pod b/doc/man7/EVP_SIGNATURE-RSA.pod index 06ca036f0c4..440e1c634f8 100644 --- a/doc/man7/EVP_SIGNATURE-RSA.pod +++ b/doc/man7/EVP_SIGNATURE-RSA.pod @@ -49,10 +49,10 @@ The digest algorithm name to use for the maskGenAlgorithm used by "pss" mode. Sets the name of the property query associated with the "mgf1-digest" algorithm. NULL is used if this optional value is not set. -=item "pss-saltlen" (B) +=item "saltlen" (B) or -Set or get the "pss" mode minimum salt length. The value can either be a string -value representing a number or one of the following: +The "pss" mode minimum salt length. The value can either be an integer, +a string value representing a number or one of the following string values: =over 4 @@ -87,6 +87,8 @@ This common parameter is described in L. =item "mgf1-digest" (B) +=item "saltlen" (B) or + These parameters are as described above. =back