summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/apps/cms.pod
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-03-03 07:30:55 +0000
committerdelphij <delphij@FreeBSD.org>2016-03-03 07:30:55 +0000
commit3d2fb8e5e3653e0e150faeb838bc5929c7c5e8e8 (patch)
tree4b42d7ea8b3aedec1fcebae81bfd19d6ed63868d /crypto/openssl/doc/apps/cms.pod
parenta4d15ab47c63b949c292515d36cc6e405d8e941c (diff)
downloadFreeBSD-src-3d2fb8e5e3653e0e150faeb838bc5929c7c5e8e8.zip
FreeBSD-src-3d2fb8e5e3653e0e150faeb838bc5929c7c5e8e8.tar.gz
Fix multiple OpenSSL vulnerabilities.
Security: FreeBSD-SA-16:12.openssl Approved by: so
Diffstat (limited to 'crypto/openssl/doc/apps/cms.pod')
-rw-r--r--crypto/openssl/doc/apps/cms.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/openssl/doc/apps/cms.pod b/crypto/openssl/doc/apps/cms.pod
index 75b6988..9a24082 100644
--- a/crypto/openssl/doc/apps/cms.pod
+++ b/crypto/openssl/doc/apps/cms.pod
@@ -35,6 +35,7 @@ B<openssl> B<cms>
[B<-print>]
[B<-CAfile file>]
[B<-CApath dir>]
+[B<-no_alt_chains>]
[B<-md digest>]
[B<-[cipher]>]
[B<-nointern>]
@@ -406,7 +407,7 @@ portion of a message so they may be included manually. If signing
then many S/MIME mail clients check the signers certificate's email
address matches that specified in the From: address.
-=item B<-purpose, -ignore_critical, -issuer_checks, -crl_check, -crl_check_all, -policy_check, -extended_crl, -x509_strict, -policy -check_ss_sig>
+=item B<-purpose, -ignore_critical, -issuer_checks, -crl_check, -crl_check_all, -policy_check, -extended_crl, -x509_strict, -policy -check_ss_sig -no_alt_chains>
Set various certificate chain valiadition option. See the
L<B<verify>|verify(1)> manual page for details.
@@ -614,4 +615,6 @@ The use of multiple B<-signer> options and the B<-resign> command were first
added in OpenSSL 1.0.0
+The -no_alt_chains options was first added to OpenSSL 1.0.1n and 1.0.2b.
+
=cut
OpenPOWER on IntegriCloud