openssl/doc
Matt Caswell c5b831f21d Always generate DH keys for ephemeral DH cipher suites
Modified version of the commit ffaef3f15 in the master branch by Stephen
Henson. This makes the SSL_OP_SINGLE_DH_USE option a no-op and always
generates a new DH key for every handshake regardless.

CVE-2016-0701 (fix part 2 or 2)

Issue reported by Antonio Sanso

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2016-01-28 13:49:56 +00:00
..
apps File is about s_time, not s_client 2016-01-10 13:14:19 +01:00
crypto Document how BIO_get_conn_ip and BIO_get_conn_int_port actually work 2015-12-19 22:07:42 +01:00
HOWTO Various doc fixes from GH pull requests 2015-07-31 12:34:24 -04:00
ssl Always generate DH keys for ephemeral DH cipher suites 2016-01-28 13:49:56 +00: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 Add documentation on how to handle the shared libaries. 2003-01-10 16:14:32 +00:00
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