aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* Indent ssl/Emilia Kasper2016-08-181-52/+52
* Fix CIPHER_DEBUGJimC2016-08-061-1/+1
* Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte2016-07-221-3/+8
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-3/+4
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+1
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-291-0/+1
* 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