]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_ciph.c
unified build scheme: add build.info files
[thirdparty/openssl.git] / ssl / ssl_ciph.c
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-11  Rich SalzGH528: "cipher -v" output is confusing.
2016-01-07  Rich Salzmem functions cleanup
2016-01-02  Viktor DukhovniProtocol version selection and negotiation rewrite
2015-12-19  Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-17  Matt CaswellAdd SSL_CIPHER_description() for Chacha20/Poly1305
2015-12-10  Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04  Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04  Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-11-30  Dr. Stephen HensonUse digest indices for signature algorithms.
2015-11-30  Dr. Stephen HensonUse digest tables for defaults.
2015-11-27  Dr. Stephen HensonPRF and handshake hash revision.
2015-11-23  Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-14  Dr. Stephen HensonAdd "TLSv1.0" cipher alias.
2015-11-14  Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
2015-11-14  Dr. Stephen HensonUse SSL_TLSV1 only if at least TLS v1.0 is needed.
2015-11-09  Matt CaswellStandardise our style for checking malloc failures
2015-11-08  Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-09-30  Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-04  Dr. Stephen HensonMatch SUITEB strings at start of cipher list.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-08-14  Dr. Stephen Hensonccm8 support
2015-08-14  Dr. Stephen HensonCCM support.
2015-08-11  Rich SalzRemove Gost94 signature algorithm.
2015-07-30  Dr. Stephen HensonDisable unsupported PSK algorithms
2015-07-30  Dr. Stephen Hensonnew PSK text constants
2015-07-30  Dr. Stephen HensonNew PSK aliases.
2015-06-10  Dr. Stephen HensonTidy disabled algorithm handling.
2015-06-10  Dr. Stephen HensonRestore GOST mac setup.
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-12  Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-03  Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-04-22  Dr. Stephen HensonSSL_CIPHER lookup functions.
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-23  Matt CaswellFix missing return value checks
2015-03-11  Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMore tweaks for comments due indent issues master-pre-auto-reformat
2014-12-30  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-12-10  Jonas MaebeSSL_COMP_add_compression_method: exit if allocating...
2014-12-08  Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04  Jonas Maebessl_create_cipher_list: check whether push onto ciphers...
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-08-18  Justin BlanchardRT1815: More const'ness improvements
2014-07-15  Rich SalzMerge branch 'master' of git.openssl.org:openssl
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-28  Dr. Stephen HensonSet security level in cipher string.
2014-03-01  Dr. Stephen HensonAdd function to free compression methods.
2014-02-06  Dr. Stephen HensonReturn previous compression methods when setting them.
2014-01-27  Dr. Stephen HensonNew function to set compression methods so they can...
2014-01-09  Daniel Kahn GillmorReplace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES...
2014-01-09  Daniel Kahn Gillmoruse SSL_kDHE throughout instead of SSL_kEDH
2014-01-09  Daniel Kahn GillmorAllow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH...
2014-01-09  Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2014-01-09  Daniel Kahn GillmorAllow "ECDHE" as a synonym of "EECDH" when specifiying...
2013-09-08  Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-08-17  Dr. Stephen HensonMake no-ec compilation work.
2013-05-13  Andy PolyakovAdd AES-SHA256 stitch.
2013-04-09  Dr. Stephen HensonSuite B support for DTLS 1.2
2012-12-01  Dr. Stephen Hensonreturn error if Suite B mode is selected and TLS 1...
2012-11-26  Dr. Stephen Hensonset auto ecdh parameter selction for Suite B
2012-11-24  Dr. Stephen Hensonadd Suite B 128 bit mode offering only combination 2
2012-11-15  Dr. Stephen Hensonadd "missing" TLSv1.2 cipher alias
2012-09-30  Dr. Stephen HensonIf OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the...
2012-09-12  Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-08-31  Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-08-15  Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-04-26  Dr. Stephen HensonDon't try to use unvalidated composite ciphers in FIPS...
2012-04-04  Andy Polyakovssl/ssl_ciph.c: interim solution for assertion in d1_pk...
2012-01-16  Dr. Stephen HensonSupport for fixed DH ciphersuites.
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-03  Dr. Stephen HensonExpand range of ctrls for AES GCM to support retrieval...
2011-07-25  Dr. Stephen HensonAdd HMAC ECC ciphersuites from RFC5289. Include SHA384...
2011-07-11  Andy Polyakovssl/ssl_ciph.c: allow to switch to predefined "composit...
2011-05-19  Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-05-01  Dr. Stephen HensonDisable SHA256 if not supported.
2011-04-29  Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-04-29  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2011-03-12  Ben LaurieAdd SRP support.
2010-06-12  Ben LaurieFix warnings.
next