summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-22 13:20:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-22 13:20:28 +0000
commit597dab0fa81d72598eb98cd6e3c27a7bc2e13f52 (patch)
treefa695ca37151b2cff7d54c65a5d6c295ca8aa678 /FAQ
parentb36bab7812d686fcb3ed82a17bb9533aef58a76c (diff)
downloadopenssl-new-597dab0fa81d72598eb98cd6e3c27a7bc2e13f52.tar.gz
correct old FAQ answers
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 4 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index e13332d049..586de2a434 100644
--- a/FAQ
+++ b/FAQ
@@ -109,7 +109,9 @@ In addition, you can read the most current versions at
<URL: http://www.openssl.org/docs/>. Note that the online documents refer
to the very latest development versions of OpenSSL and may include features
not present in released versions. If in doubt refer to the documentation
-that came with the version of OpenSSL you are using.
+that came with the version of OpenSSL you are using. The pod format
+documentation is included in each OpenSSL distribution under the docs
+directory.
For information on parts of libcrypto that are not yet documented, you
might want to read Ariel Glenn's documentation on SSLeay 0.9, OpenSSL's
@@ -298,7 +300,7 @@ current directory in this case, but this has changed with 0.9.6a.)
Check out the CA.pl(1) manual page. This provides a simple wrapper round
the 'req', 'verify', 'ca' and 'pkcs12' utilities. For finer control check
out the manual pages for the individual utilities and the certificate
-extensions documentation (currently in doc/openssl.txt).
+extensions documentation (in ca(1), req(1), x509v3_config(5) )
* Why can't I create certificate requests?