aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-03-23 02:35:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-03-23 02:35:47 +0000
commit555b22cfcadcb13f980de6149ea032d898839b08 (patch)
treec4a8663509914daf2e671611eb8ffba1f8a29fdd /doc
parent513393f8d43b3f7984cd6c01bd8d877239f62d0e (diff)
downloadopenssl-555b22cfcadcb13f980de6149ea032d898839b08.tar.gz
Update docs and remove old PKCS#7 README file.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/x509.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index b127182bbb..e4ae5468da 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -212,9 +212,10 @@ clears all the prohibited or rejected uses of the certificate.
=item B<-addtrust arg>
-adds a trusted certificate use. Currently acceptable values
-are B<all> (any purpose), B<sslclient> (SSL client use), B<sslserver>
-(SSL server use) B<email> (S/MIME email) and B<objsign> (Object signing).
+adds a trusted certificate use. Any object name can be used here
+but currently only B<clientAuth> (SSL client use), B<serverAuth>
+(SSL server use) and B<emailProtection> (S/MIME email) are used.
+Other OpenSSL applications may define additional uses.
=item B<-addreject arg>