aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-341/+0
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-11/+12
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-3/+0
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-15/+0
* constify PACKETEmilia Kasper2016-02-011-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-0/+15
* Fix GOST2012-NULL-GOST12Dmitry Belyavsky2016-01-191-1/+1
* Empty SNI names are not validViktor Dukhovni2016-01-161-1/+4
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-3/+3
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-27/+0
* Fix no-dh.Ben Laurie2016-01-011-2/+4
* fix no-ecDr. Stephen Henson2015-12-241-14/+4
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-24/+25
* utility functionDr. Stephen Henson2015-12-231-0/+13
* EVP_PKEY DH client support.Dr. Stephen Henson2015-12-231-30/+15
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-231-13/+4
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-231-4/+0
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-399/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* fix for no-ecDr. Stephen Henson2015-12-161-1/+7
* Use EVP_PKEY for client side EC.Dr. Stephen Henson2015-12-161-7/+9
* Use EVP_PKEY for server EC.Dr. Stephen Henson2015-12-161-3/+4
* Add ECDH/DH utility functions.Dr. Stephen Henson2015-12-161-0/+71
* Remove ECDH client auth code.Dr. Stephen Henson2015-12-161-7/+1
* Fix compile failureMatt Caswell2015-12-111-1/+1
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-9/+3
* Wire ChaCha20-Poly1305 to TLS.Andy Polyakov2015-12-101-0/+113
* Really disable 56-bit (single-DES) ciphersViktor Dukhovni2015-12-061-96/+0
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-477/+223
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-8/+0
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-32/+25
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-24/+0
* Updates to GOST2012Matt Caswell2015-11-271-4/+4
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-1/+0
* ssl3_free(): Return if it wasn't createdPascal Cuoq2015-11-241-1/+1
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-0/+30
* Make GOST ciphersuites require TLSv1Dr. Stephen Henson2015-11-191-2/+2
* Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson2015-11-141-0/+3
* Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson2015-11-141-86/+86
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-2/+2
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-081-3/+3
* Move in_handshake into STATEMMatt Caswell2015-10-301-2/+2
* Remove extraneous parensMatt Caswell2015-10-301-1/+1
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-1/+1
* Remove redundant codeMatt Caswell2015-10-301-4/+3
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+1
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-111-1/+2
* Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell2015-09-301-63/+63
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1