]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_ciph.c
If we're going to return errors (no matter how stupid), then we should
[thirdparty/openssl.git] / ssl / ssl_ciph.c
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...
2000-01-22  Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
1999-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-04  Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-04-15  Ben LaurieJust use an ANSI declaration, instead.
1999-04-14  Bodo MöllerMake Windows compilers happy.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-03-29  Dr. Stephen HensonRemove deleted PKCS#12 functions from pkcs12.h, get...
1999-03-12  Dr. Stephen HensonDelete NULL ciphers from 'ALL' in the cipher list alias...
1999-03-06  Ben LauriePermit null ciphers.
1999-02-22  Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21  Ben LaurieUndo a couple of kludges.
1999-02-21  Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...