]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Correct information about the default value of the -md parameter
authorIgor Ustinov <igus68@gmail.com>
Wed, 19 Nov 2025 15:21:30 +0000 (16:21 +0100)
committerNeil Horman <nhorman@openssl.org>
Fri, 21 Nov 2025 13:50:43 +0000 (08:50 -0500)
of the openssl cms command.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29175)

(cherry picked from commit 2a7b058429938e40e20882a80bc5d2f426b145b8)

doc/man1/openssl-cms.pod.in

index 25e61bc719a207448e70e0a546dc4f02ef86f5d8..7e4272877f20fb0b76012e2beb88d7ae367f810e 100644 (file)
@@ -474,7 +474,7 @@ B<OSSL_KDF_PARAM_INFO> parameter of the B<KEMRecipientInfo> type's KDF.
 =item B<-md> I<digest>
 
 Digest algorithm to use when signing or resigning. If not present then the
-default digest algorithm for the signing key will be used (usually SHA1).
+default digest algorithm for the signing key will be used (usually SHA-256).
 
 =item B<-signer> I<file>