summaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Implement write pipeline support in libsslMatt Caswell2016-03-071-2/+23
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-071-1/+1
* Rework the default cipherlist.Emilia Kasper2016-03-071-1/+3
* Adds CT validation to SSL connectionsRob Percival2016-03-041-1/+37
* Refactor the async wait fd logicMatt Caswell2016-02-291-0/+1
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-241-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-29/+0
* Remove "experimental" in code and comments, too.Rich Salz2016-02-171-1/+0
* Don't test heartbeats when there aren't any.Ben Laurie2016-02-141-1/+3
* GH675: make ssl3_ciphers staticViktor Szakats2016-02-131-1/+0
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-18/+12
* Fix MacOS/X build warningsViktor Dukhovni2016-02-111-1/+2
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-5/+0
* Add CHACHA20 alias for ciphers.Todd Short2016-02-101-0/+1
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-2/+4
* constify PACKETEmilia Kasper2016-02-011-2/+3
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-7/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-2/+26
* RT4232: Extra space in help message.Rich Salz2016-01-141-5/+0
* STACK_OF(SSL_COMP) is a public typeViktor Dukhovni2016-01-121-3/+0
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-1/+1
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-2/+3
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-0/+8
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-6/+26
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-0/+9
* fix no-ecDr. Stephen Henson2015-12-241-5/+2
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-1/+1
* utility functionDr. Stephen Henson2015-12-231-0/+1
* EVP_PKEY DH client support.Dr. Stephen Henson2015-12-231-4/+1
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-231-2/+0
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-29/+21
* Use EVP_PKEY for client side EC.Dr. Stephen Henson2015-12-161-1/+1
* Use EVP_PKEY for server EC.Dr. Stephen Henson2015-12-161-1/+1
* Add ECDH/DH utility functions.Dr. Stephen Henson2015-12-161-0/+2
* Wire ChaCha20-Poly1305 to TLS.Andy Polyakov2015-12-101-0/+1
* Extended master secret fixes and checks.Dr. Stephen Henson2015-12-081-2/+3
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-72/+9
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-4/+0
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-1/+0
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-2/+0
* Use digest indices for signature algorithms.Dr. Stephen Henson2015-11-301-1/+3
* Use digest tables for defaults.Dr. Stephen Henson2015-11-301-0/+1
* PRF and handshake hash revision.Dr. Stephen Henson2015-11-271-27/+40
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-5/+0
* Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson2015-11-241-0/+1
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-4/+21
* Make libssl async awareMatt Caswell2015-11-201-0/+4