Update docs and remove old PKCS#7 README file.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 23 Mar 2000 02:35:47 +0000 (02:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 23 Mar 2000 02:35:47 +0000 (02:35 +0000)
crypto/pkcs7/README [deleted file]
doc/apps/x509.pod

diff --git a/crypto/pkcs7/README b/crypto/pkcs7/README
deleted file mode 100644 (file)
index 27001c6..0000000
+++ /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
index b127182bbbf11519025e8ac2bc7ad880af8cc00a..e4ae5468da35a8979203cc392d7357c60573114f 100644 (file)
@@ -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>