From: Josh Holtrop Date: Wed, 9 Jul 2025 03:03:18 +0000 (-0400) Subject: Fix openssl-cms man page references to -EncryptedData_encrypt option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233e1810587f30ff2c0b55a9af475df894ac5ed7;p=thirdparty%2Fopenssl.git Fix openssl-cms man page references to -EncryptedData_encrypt option CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz 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 @@ -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 command. =head1 EXAMPLES