diff options
Diffstat (limited to 'crypto/openssl/doc/man1/openssl-cms.pod.in')
| -rw-r--r-- | crypto/openssl/doc/man1/openssl-cms.pod.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssl/doc/man1/openssl-cms.pod.in b/crypto/openssl/doc/man1/openssl-cms.pod.in index 36f1b3e4a82c..948ac8b80c77 100644 --- a/crypto/openssl/doc/man1/openssl-cms.pod.in +++ b/crypto/openssl/doc/man1/openssl-cms.pod.in @@ -424,7 +424,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<-wrap> I<cipher> @@ -451,7 +451,7 @@ with caution: see the notes section below. =item B<-md> I<digest> 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<file> @@ -784,7 +784,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 @@ -881,7 +881,7 @@ Use SHA256 KDF with an ECDH certificate: Print CMS signed binary data in human-readable form: -openssl cms -in signed.cms -binary -inform DER -cmsout -print + openssl cms -in signed.cms -binary -inform DER -cmsout -print =head1 BUGS @@ -931,7 +931,7 @@ The B<-digest> option was added in OpenSSL 3.2. =head1 COPYRIGHT -Copyright 2008-2025 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2008-2026 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |
