aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-1/+1
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-1/+1
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell1-4/+1
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx1-6/+9
2016-03-20Remove #error from include files.Rich Salz1-6/+2
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni1-0/+7
2016-03-16Sort cipher-list at runtime.Rich Salz1-0/+2
2016-03-12Fix no-comp buildEmilia Kasper1-1/+2
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx1-15/+24
2016-03-09Remove DES cipher aliasKurt Roeckx1-1/+0
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx1-103/+93
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx1-1/+1
2016-03-09Remove unused codeKurt Roeckx1-15/+4
2016-03-08Fix SSL_CIPHER_get_auth_nid returnTodd Short1-1/+1
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini1-31/+24
2016-03-08GH787: Fix ALPNTodd Short1-7/+7
2016-03-08Add cipher query functionsTodd Short1-4/+48
2016-03-07Rework the default cipherlist.Emilia Kasper1-6/+57
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx1-1/+1
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-2/+1
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz1-2/+2
2016-02-18Remove outdated DEBUG flags.Rich Salz1-4/+0
2016-02-11Remove static ECDH support.Dr. Stephen Henson1-32/+5
2016-02-10Add CHACHA20 alias for ciphers.Todd Short1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz1-25/+21
2016-01-07mem functions cleanupRich Salz1-10/+10
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-6/+2
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson1-21/+2
2015-12-17Add SSL_CIPHER_description() for Chacha20/Poly1305Matt Caswell1-0/+3
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov1-1/+3
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-61/+16
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-2/+0
2015-12-04Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni1-4/+4
2015-11-30Use digest indices for signature algorithms.Dr. Stephen Henson1-2/+4
2015-11-30Use digest tables for defaults.Dr. Stephen Henson1-3/+3
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson1-29/+19
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky1-11/+54
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-4/+7
2015-11-14Add "TLSv1.0" cipher alias.Dr. Stephen Henson1-0/+1
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson1-0/+2
2015-11-14Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson1-1/+1
2015-11-09Standardise our style for checking malloc failuresMatt Caswell1-1/+1
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson1-45/+42
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell1-2/+18
2015-09-04Match SUITEB strings at start of cipher list.Dr. Stephen Henson1-5/+6
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-08-14ccm8 supportDr. Stephen Henson1-5/+17
2015-08-14CCM support.Dr. Stephen Henson1-6/+18
2015-08-11Remove Gost94 signature algorithm.Rich Salz1-10/+2