Commit 178f835eaf for openssl.org
commit 178f835eaff839b314164da488772f37c23c907a
Author: olszomal <Malgorzata.Olszowka@stunnel.org>
Date: Tue May 26 09:01:57 2026 +0200
doc: fix rsa_oaep_md default digest documentation
Document that rsa_oaep_md defaults to SHA1, matching the current
implementation.
Note: SoftHSM currently supports only SHA1/MGF1-SHA1 with RSA-OAEP
encryption.
Reviewed-by: Jakub Zelenka <jakub.zelenka@openssl.foundation>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed Jul 29 16:46:32 2026
(Merged from https://github.com/openssl/openssl/pull/31295)
diff --git a/doc/man1/openssl-pkeyutl.pod.in b/doc/man1/openssl-pkeyutl.pod.in
index 590bfe3a6d..63727ed8c9 100644
--- a/doc/man1/openssl-pkeyutl.pod.in
+++ b/doc/man1/openssl-pkeyutl.pod.in
@@ -373,7 +373,7 @@ explicitly set in PSS mode then the signing digest is used.
=item B<rsa_oaep_md:>I<digest>
Sets the digest used for the OAEP hash function. If not explicitly set then
-SHA256 is used.
+SHA1 is used.
=item B<rsa_pkcs1_implicit_rejection:>I<flag>