summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsteve <steve>2000-03-23 02:35:46 +0000
committersteve <steve>2000-03-23 02:35:46 +0000
commitc6e305d3fa9cef6f7124a20e2a1a1301768f7e8d (patch)
tree3b4799d068656d51f63bcf9debc8b94b99420f8d
parent957c14e1b9cec46fb11ce109f1c5aad3b48f3198 (diff)
downloadopenssl-c6e305d3fa9cef6f7124a20e2a1a1301768f7e8d.tar.gz
Update docs and remove old PKCS#7 README file.
-rw-r--r--crypto/pkcs7/README5
-rw-r--r--doc/apps/x509.pod7
2 files changed, 4 insertions, 8 deletions
diff --git a/crypto/pkcs7/README b/crypto/pkcs7/README
deleted file mode 100644
index 27001c697..000000000
--- a/crypto/pkcs7/README
+++ /dev/null
@@ -1,5 +0,0 @@
-WARNING
-
-Everything in this directory is experimental and is subject to change.
-
-Do not rely on the stuff in here not changing in the next release
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index b127182bb..e4ae5468d 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>