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