From 2a7b058429938e40e20882a80bc5d2f426b145b8 Mon Sep 17 00:00:00 2001 From: Igor Ustinov Date: Wed, 19 Nov 2025 16:21:30 +0100 Subject: [PATCH] Correct information about the default value of the -md parameter of the openssl cms command. Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29175) --- doc/man1/openssl-cms.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in index 25e61bc719a..7e4272877f2 100644 --- a/doc/man1/openssl-cms.pod.in +++ b/doc/man1/openssl-cms.pod.in @@ -474,7 +474,7 @@ B parameter of the B type's KDF. =item B<-md> I 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 -- 2.47.3