]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_ciph.c
chacha20poly1305
[thirdparty/openssl.git] / ssl / ssl_ciph.c
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.
2005-03-20  Nils Larschsome const fixes
2004-10-25  Dr. Stephen HensonFix race condition when SSL ciphers are initialized.
2003-12-27  Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-11-29  Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-04  Geoff ThorpeAvoid some shadowed variable names.
2003-10-06  Richard LevitteAdd functionality to get information on compression...
2003-10-06  Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-02  Richard LevitteCorrect a mixup of return values
2003-04-08  Lutz JänickeFix ordering of compare functions: strncmp() must be...
2002-12-16  Richard LevitteProtect loading routines with a lock.
2002-12-08  Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-08-09  Bodo MöllerECC ciphersuite support
2002-07-19  Lutz JänickeNew cipher selection options COMPLEMENTOFALL and COMPLE...
2002-07-04  Bodo MöllerAES cipher suites are now official (RFC3268)
2002-05-05  Bodo Möllerdisable AES ciphersuites unless explicitly requested
2001-09-24  Bodo Mölleravoid everything resembling a magic trigraph
2001-08-28  Geoff Thorpe(A version of) gcc had been giving somewhat odd "trigra...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-07  Dr. Stephen HensonFix AES code.
2001-02-06  Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2000-12-04  Richard LevitteIt's completely unnecessary to add a compression algori...
2000-11-30  Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30  Richard LevitteTurn off memory checking when loading new compression...
2000-09-17  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-06-01  Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-21  Bodo MöllerAvoid sprintf.
2000-03-06  Bodo MöllerFix the indentation, and avoid a compiler warning.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-02-03  Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-01-22  Dr. Stephen HensonMinor patch: check only match @STRENGTH and remove...
next