summaryrefslogtreecommitdiffstats
path: root/doc/man1/cms.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-04-30 12:05:42 +0100
committerMatt Caswell <matt@openssl.org>2018-05-01 14:16:42 +0100
commitecd4b8fe852612bb902b8dee7ca09648fa730253 (patch)
tree8cb80755e9c47a8c7294f1c462a95319a30e5995 /doc/man1/cms.pod
parent8a0c91d3bdf34957b022ea170ea3fa6cdde0ab85 (diff)
Fix some errors and missing info in the CMS docs
Fixes #5063 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6134)
Diffstat (limited to 'doc/man1/cms.pod')
-rw-r--r--doc/man1/cms.pod16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man1/cms.pod b/doc/man1/cms.pod
index 7bd1b0d38a..d63efa66ef 100644
--- a/doc/man1/cms.pod
+++ b/doc/man1/cms.pod
@@ -394,6 +394,9 @@ When encrypting a message this option may be used multiple times to specify
each recipient. This form B<must> be used if customised parameters are
required (for example to specify RSA-OAEP).
+Only certificates carrying RSA, Diffie-Hellman or EC keys are supported by this
+option.
+
=item B<-keyid>
Use subject key identifier to identify certificates instead of issuer name and
@@ -718,19 +721,16 @@ No revocation checking is done on the signer's certificate.
=head1 HISTORY
The use of multiple B<-signer> options and the B<-resign> command were first
-added in OpenSSL 1.0.0
-
-The B<keyopt> option was first added in OpenSSL 1.1.0
+added in OpenSSL 1.0.0.
-The use of B<-recip> to specify the recipient when encrypting mail was first
-added to OpenSSL 1.1.0
+The B<keyopt> option was first added in OpenSSL 1.0.2.
-Support for RSA-OAEP and RSA-PSS was first added to OpenSSL 1.1.0.
+Support for RSA-OAEP and RSA-PSS was first added to OpenSSL 1.0.2.
The use of non-RSA keys with B<-encrypt> and B<-decrypt> was first added
-to OpenSSL 1.1.0.
+to OpenSSL 1.0.2.
-The -no_alt_chains options was first added to OpenSSL 1.1.0.
+The -no_alt_chains options was first added to OpenSSL 1.0.2b.
=head1 COPYRIGHT