Zero prime doits.
[openssl.git] / ssl / ssl_ciph.c
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.
2009-09-12 Dr. Stephen HensonPR: 2025
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable.
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...
next