summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2016-07-22Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx
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