Backport of 5b8fa43 and remove resolved TODO: see PR#3924.
[openssl.git] / ssl / ssl_ciph.c
2017-02-24 Bernd EdlingerRestore the test coverage of COMP_rle and SSL_COMP_add_...
2017-02-14 Yuchimem leak on error path and error propagation fix
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-05-17 Matt CaswellFix SSL compression symbol exporting
2016-03-07 Kurt RoeckxRemove LOW from the default
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-09-04 Dr. Stephen HensonMatch SUITEB strings at start of cipher list.
2015-03-07 Kurt RoeckxRemove export ciphers from the DEFAULT cipher list
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore tweaks for comments due indent issues OpenSSL_1_0_2-pre-auto-reformat
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-16 Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-11-10 Daniel Kahn GillmorAllow ECDHE and DHE as forward-compatible aliases for...
2014-07-14 Dr. Stephen HensonUse more common name for GOST key exchange.
2014-07-13 Peter MosmansAdd names of GOST algorithms.
2014-07-02 Thijs AlkemadeMake disabling last cipher work.
2014-06-22 Miod VallatFix off-by-one errors in ssl_cipher_get_evp()
2014-06-22 Matt CaswellRevert "Fix off-by-one errors in ssl_cipher_get_evp()"
2014-06-12 Kurt CancemiFix off-by-one errors in ssl_cipher_get_evp()
2014-06-09 Dr. Stephen HensonSRP ciphersuite correction.
2014-03-01 Dr. Stephen HensonAdd function to free compression methods.
2014-02-06 Dr. Stephen HensonReturn previous compression methods when setting them.
2014-02-01 Andy PolyakovAdd AES-NI+SHA256 stitch registrations (from master).
2014-01-27 Dr. Stephen HensonNew function to set compression methods so they can...
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01 Adam Langleychacha20poly1305
2013-10-01 Adam LangleyAEAD support in ssl/
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-08-19 Dr. Stephen HensonMake no-ec compilation work.
2013-01-15 Dr. Stephen HensonAdd support for broken protocol tests (backport from...
2012-12-26 Dr. Stephen Hensonreturn error if Suite B mode is selected and TLS 1...
2012-12-26 Dr. Stephen Hensonset auto ecdh parameter selction for Suite B
2012-12-26 Dr. Stephen Hensonadd Suite B 128 bit mode offering only combination 2
2012-12-26 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-12-26 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-11-15 Dr. Stephen Hensonadd "missing" TLSv1.2 cipher alias
2012-04-26 Dr. Stephen HensonDon't try to use unvalidated composite ciphers in FIPS...
2012-04-06 Dr. Stephen HensonBackport support for fixed DH ciphersuites (from HEAD)
2012-04-04 Andy Polyakovssl/ssl_ciph.c: interim solution for assertion in d1_pk...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-12-02 Bodo MöllerResolve a stack set-up race condition (if the list...
2011-10-10 Dr. Stephen Hensondisable GCM if not available
2011-08-04 Dr. Stephen HensonBackport GCM support from HEAD.
2011-07-25 Dr. Stephen HensonAdd HMAC ECC ciphersuites from RFC5289. Include SHA384...
2011-07-21 Andy PolyakovBack-port TLS AEAD framework [from HEAD].
2011-05-19 Dr. Stephen Hensonadd FIPS support to ssl: doesn't do anything on this...
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-05-11 Dr. Stephen HensonInitial "opaque SSL" framework. If an application defin...
2011-03-16 Ben LaurieAdd SRP.
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2009-09-12 Dr. Stephen HensonPR: 2025
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-12 Dr. Stephen HensonSubmitted by: Victor Duchovni <Victor.Duchovni@morganst...
2009-01-05 Lutz JänickeFix compilation with -no-comp by adding some more ...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-11-24 Dr. Stephen HensonStop warning about different const qualifiers.
2008-10-29 Ben LaurieFix warning.
2008-10-27 Dr. Stephen HensonWin32 fixes... add new directory to build system. Fix...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-09-10 Dr. Stephen HensonAdd SSL_FIPS flag for FIPS 140-2 approved ciphersuites...
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-09-07 Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-03-23 Dr. Stephen HensonStage 1 GOST ciphersuite support.
2007-02-21 Bodo Möllerprefer SHA1 over MD5 (this affects the Kerberos ciphers...
2007-02-20 Bodo MöllerSSL_kKRB5 ciphersuites shouldn't be preferred by default
2007-02-20 Bodo MöllerImprove ciphersuite order stability when disabling...
2007-02-20 Bodo Möllerfix a typo in the new ciphersuite ordering code
2007-02-19 Bodo MöllerInclude "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make...
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-01-03 Nils Larschremove undefined constant
2006-09-11 Bodo Möllerensure that ciphersuite strings such as "RC4-MD5" match...
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-06-15 Bodo MöllerError messages for client ECC cert verification.
2006-06-15 Bodo MöllerFix another new bug in the cipherstring logic.
2006-06-15 Bodo MöllerFix another bug introduced yesterday when deleting...
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-14 Bodo MöllerThread-safety fixes
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-04-15 Dr. Stephen HensonIf cipher list contains a match for an explicit ciphers...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-08-21 Nils Larschinitialize cipher/digest methods table in SSL_library_i...
2005-06-10 Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
2005-06-08 Nils Larschuse "=" instead of "|=", fix typo
2005-06-08 Nils Larschssl_create_cipher_list should return an error if no...
2005-03-30 Ben LaurieConstification.
next