openssl/doc
Matt Caswell d2139cf8df Update HKDF to support separte Extract and Expand steps
At the moment you can only do an HKDF Extract and Expand in one go. For
TLS1.3 we need to be able to do an Extract first, and the subsequently do
a number of Expand steps on the same PRK.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-11-09 10:36:54 +00:00
..
HOWTO Update the example in proxy_certificates.txt 2016-07-26 09:43:21 +02:00
man1 Add the SSL_METHOD for TLSv1.3 and all other base changes required 2016-11-02 13:08:21 +00:00
man3 Update HKDF to support separte Extract and Expand steps 2016-11-09 10:36:54 +00:00
man5 Move manpages to man[1357] structure. 2016-10-26 13:59:52 -04:00
man7 Document the newly added SSL functions 2016-11-04 12:09:46 +00:00
dir-locals.example.el
fingerprints.txt
openssl-c-indent.el
README Move manpages to man[1357] structure. 2016-10-26 13:59:52 -04:00

README  This file

fingerprints.txt
        PGP fingerprints of authoried release signers

standards.txt
        Moved to the web, https://www.openssl.org/docs/standards.html

HOWTO/
        A few how-to documents; not necessarily up-to-date

man1/
        The openssl command-line tools; start with openssl.pod

man3/
        The SSL library and the crypto library

man5/
        File formats

man7/
        Overviews; start with crypto.pod and ssl.pod, for example

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