openssl/doc
Rich Salz a03f81f4ea Fix NULL-return checks in 1.0.2
RT4386: Add sanity checks for BN_new()
RT4384: Missing Sanity Checks for RSA_new_method()
RT4384: Missing Sanity Check plus potential NULL pointer deref
RT4382: Missing Sanity Check(s) for BUF_strdup()
RT4380: Missing Sanity Checks for EVP_PKEY_new()
RT4377: Prevent potential NULL pointer dereference
RT4375: Missing sanity checks for OPENSSL_malloc()
RT4374: Potential for NULL pointer dereferences
RT4371: Missing Sanity Check for malloc()
RT4370: Potential for NULL pointer dereferences

Also expand tabs, make update, typo fix (rsalz)
Minor tweak by Paul Dale.
Some minor internal review feedback.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-08-19 10:44:32 -04:00
..
apps Allow proxy certs to be present when verifying a chain 2016-06-29 23:13:54 +02:00
crypto Fix NULL-return checks in 1.0.2 2016-08-19 10:44:32 -04:00
HOWTO Various doc fixes from GH pull requests 2015-07-31 12:34:24 -04:00
ssl Issue #719: 2016-05-02 12:54:38 -04:00
c-indentation.el Make sure to set indent-tabs-mode so that we get tabs, not spaces. 2008-02-21 07:24:12 +00:00
dir-locals.example.el Remove auto-fill-mode 2015-08-31 18:20:24 +02:00
fingerprints.txt Add Matt Caswell's fingerprint, and general update on the fingerprints file to bring it up to date 2014-07-15 23:22:49 +01:00
openssl-c-indent.el Add an example .dir-locals.el 2015-08-31 18:20:24 +02:00
openssl-shared.txt
openssl.txt fix typos 2006-02-15 19:42:22 +00:00
README RT3767: openssl_button.gif should be PNG 2015-09-01 21:38:27 -04:00
ssleay.txt Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDH 2014-11-10 10:58:49 +01:00
standards.txt Add SEED encryption algorithm. 2007-04-23 23:48:59 +00:00

README  This file

fingerprints.txt
        PGP fingerprints of authoried release signers

standards.txt
        Pointers to standards, RFC's and IETF Drafts that are
        related to OpenSSL.  Incomplete.

HOWTO/
        A few how-to documents; not necessarily up-to-date
apps/
        The openssl command-line tools; start with openssl.pod
ssl/
        The SSL library; start with ssl.pod
crypto/
        The cryptographic library; start with crypto.pod

Formatted versions of the manpages (apps,ssl,crypto) can be found at
        https://www.openssl.org/docs/manpages.html