summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2016-03-20Remove #error from include files.Rich Salz
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09Remove DES cipher aliasKurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx
2016-03-09Remove unused codeKurt Roeckx
2016-03-08Fix SSL_CIPHER_get_auth_nid returnTodd Short
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08GH787: Fix ALPNTodd Short
2016-03-08Add cipher query functionsTodd Short
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-10Add CHACHA20 alias for ciphers.Todd Short
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz
2016-01-07mem functions cleanupRich Salz
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-17Add SSL_CIPHER_description() for Chacha20/Poly1305Matt Caswell
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov
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-04Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni
2015-11-30Use digest indices for signature algorithms.Dr. Stephen Henson
2015-11-30Use digest tables for defaults.Dr. Stephen Henson
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-14Add "TLSv1.0" cipher alias.Dr. Stephen Henson
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson
2015-11-14Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell
2015-09-04Match SUITEB strings at start of cipher list.Dr. Stephen Henson
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-14ccm8 supportDr. Stephen Henson
2015-08-14CCM support.Dr. Stephen Henson
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-07-30Disable unsupported PSK algorithmsDr. Stephen Henson
2015-07-30new PSK text constantsDr. Stephen Henson
2015-07-30New PSK aliases.Dr. Stephen Henson
2015-06-10Tidy disabled algorithm handling.Dr. Stephen Henson