aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* RT4458: Fix #ifndef line for GOSTPauli2016-03-311-2/+2
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Sort cipher-list at runtime.Rich Salz2016-03-161-1528/+1224
* Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx2016-03-091-10/+10
* IDEA is not supported in TLS 1.2Kurt Roeckx2016-03-091-2/+2
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-176/+358
* GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk2016-03-081-1/+1
* GH787: Fix ALPNTodd Short2016-03-081-16/+4
* Rework the default cipherlist.Emilia Kasper2016-03-071-58/+58
* Don't mark the eNULL ciphers as non-default.Kurt Roeckx2016-03-041-19/+19
* Don't build RC4 ciphersuites into libssl by defaultMatt Caswell2016-03-041-0/+18
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-241-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-21/+0
* GH675: make ssl3_ciphers staticViktor Szakats2016-02-131-1/+1
* 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