]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix openssl-cms man page references to -EncryptedData_encrypt option
authorJosh Holtrop <jholtrop@gmail.com>
Wed, 9 Jul 2025 03:03:18 +0000 (23:03 -0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 20 Jan 2026 18:06:17 +0000 (19:06 +0100)
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)

doc/man1/openssl-cms.pod.in

index 4d79fe9add0f622c30abfda2cd5c7131fad35429..75943966e4aad8138da5d086c32c344cc38f315b 100644 (file)
@@ -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