The FAQ refers to "information on parts of libcrypto that are not yet documented" and provides a link to a page that no longer exists. Here is a patch to remove the paragraph in question:
diff --git a/FAQ b/FAQ index 9543e4a..c2b83f6 100644 --- a/FAQ +++ b/FAQ @@ -114,11 +114,6 @@ that came with the version of OpenSSL you are using. The po 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 -predecessor, at <URL: http://www.columbia.edu/~ariel/ssleay/>. Much -of this still applies to OpenSSL. - There is some documentation about certificate extensions and PKCS#12 in doc/openssl.txt ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
