summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-24 13:50:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-24 13:50:05 +0000
commit2693812db2f8b5a41ade2f8f1957198a5ca6b30d (patch)
tree6048d258ebc124411f21ba69afa7cd1178f5e323 /FAQ
parentf20339e6d7316de7c792ad57b489625177f4624f (diff)
downloadopenssl-new-2693812db2f8b5a41ade2f8f1957198a5ca6b30d.tar.gz
Update FAQ with note about online docs.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ9
1 files changed, 6 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index 64654e4c34..6c07b69361 100644
--- a/FAQ
+++ b/FAQ
@@ -94,14 +94,17 @@ explains how to install this library.
OpenSSL includes a command line utility that can be used to perform a
variety of cryptographic functions. It is described in the openssl(1)
-manpage. Documentation for developers is currently being written. A
-few manual pages already are available; overviews over libcrypto and
+manpage. Documentation for developers is currently being written. Many
+manual pages are available; overviews over libcrypto and
libssl are given in the crypto(3) and ssl(3) manpages.
The OpenSSL manpages are installed in /usr/local/ssl/man/ (or a
different directory if you specified one as described in INSTALL).
In addition, you can read the most current versions at
-<URL: http://www.openssl.org/docs/>.
+<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.
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