aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable unsupported PSK algorithmsDr. Stephen Henson2015-07-301-4/+4
* new PSK text constantsDr. Stephen Henson2015-07-301-0/+9
* New PSK aliases.Dr. Stephen Henson2015-07-301-1/+4
* Tidy disabled algorithm handling.Dr. Stephen Henson2015-06-101-96/+73
* Restore GOST mac setup.Dr. Stephen Henson2015-06-101-0/+4
* Remove Kerberos support from libsslMatt Caswell2015-05-131-37/+2
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-21/+25
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-8/+8
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-1/+1
* remove malloc castsRich Salz2015-04-281-4/+3
* SSL_CIPHER lookup functions.Dr. Stephen Henson2015-04-221-125/+95
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Fix missing return value checksMatt Caswell2015-03-231-1/+4
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-6/+3
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-8/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1787/+1794
* More tweaks for comments due indent issuesmaster-pre-auto-reformatMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-6/+8