Commit 233e181058 for openssl.org
commit 233e1810587f30ff2c0b55a9af475df894ac5ed7
Author: Josh Holtrop <jholtrop@gmail.com>
Date: Tue Jul 8 23:03:18 2025 -0400
Fix openssl-cms man page references to -EncryptedData_encrypt option
CLA: trivial
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Tue Jan 20 18:06:27 2026
(Merged from https://github.com/openssl/openssl/pull/27996)
diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in
index 4d79fe9add..75943966e4 100644
--- a/doc/man1/openssl-cms.pod.in
+++ b/doc/man1/openssl-cms.pod.in
@@ -425,7 +425,7 @@ Currently, the AES variants with GCM mode are the only supported AEAD
algorithms.
If not specified, AES-256-CBC is used as the default. Only used with B<-encrypt> and
-B<-EncryptedData_create> commands.
+B<-EncryptedData_encrypt> commands.
=item B<-kekcipher> I<cipher>
@@ -805,7 +805,7 @@ The use of PSS with B<-sign>.
The use of OAEP or non-RSA keys with B<-encrypt>.
-Additionally the B<-EncryptedData_create> and B<-data_create> type cannot
+Additionally the B<-EncryptedData_encrypt> and B<-data_create> type cannot
be processed by the older L<openssl-smime(1)> command.
=head1 EXAMPLES