aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-31RT4458: Fix #ifndef line for GOSTPauli1-2/+2
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-16Sort cipher-list at runtime.Rich Salz1-1528/+1224
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx1-10/+10
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx1-2/+2
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx1-176/+358
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk1-1/+1
2016-03-08GH787: Fix ALPNTodd Short1-16/+4
2016-03-07Rework the default cipherlist.Emilia Kasper1-58/+58
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx1-19/+19
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell1-0/+18
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-21/+0
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats1-1/+1
2016-02-11Remove static ECDH support.Dr. Stephen Henson1-341/+0
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz1-11/+12
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson1-3/+0
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell1-15/+0
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell1-0/+15
2016-01-19Fix GOST2012-NULL-GOST12Dmitry Belyavsky1-1/+1
2016-01-16Empty SNI names are not validViktor Dukhovni1-1/+4
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-3/+3
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-27/+0
2016-01-01Fix no-dh.Ben Laurie1-2/+4
2015-12-24fix no-ecDr. Stephen Henson1-14/+4
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson1-24/+25
2015-12-23utility functionDr. Stephen Henson1-0/+13
2015-12-23EVP_PKEY DH client support.Dr. Stephen Henson1-30/+15
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson1-13/+4
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx1-4/+0
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson1-399/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-12-16fix for no-ecDr. Stephen Henson1-1/+7
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson1-7/+9
2015-12-16Use EVP_PKEY for server EC.Dr. Stephen Henson1-3/+4
2015-12-16Add ECDH/DH utility functions.Dr. Stephen Henson1-0/+71
2015-12-16Remove ECDH client auth code.Dr. Stephen Henson1-7/+1
2015-12-11Fix compile failureMatt Caswell1-1/+1
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie1-9/+3
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov1-0/+113
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni1-96/+0
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-477/+223
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-8/+0
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx1-32/+25
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx1-24/+0
2015-11-27Updates to GOST2012Matt Caswell1-4/+4