summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31RT4458: Fix #ifndef line for GOSTPauli
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-19Fix GOST2012-NULL-GOST12Dmitry Belyavsky
2016-01-16Empty SNI names are not validViktor Dukhovni
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-01Fix no-dh.Ben Laurie
2015-12-24fix no-ecDr. Stephen Henson
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson
2015-12-23utility functionDr. Stephen Henson
2015-12-23EVP_PKEY DH client support.Dr. Stephen Henson
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16fix for no-ecDr. Stephen Henson
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson
2015-12-16Use EVP_PKEY for server EC.Dr. Stephen Henson
2015-12-16Add ECDH/DH utility functions.Dr. Stephen Henson
2015-12-16Remove ECDH client auth code.Dr. Stephen Henson
2015-12-11Fix compile failureMatt Caswell
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx
2015-11-27Updates to GOST2012Matt Caswell