Don't disable TLS v1.2 by default any more.
[openssl.git] / ssl / ssl_lib.c
2011-10-09 Dr. Stephen HensonDon't disable TLS v1.2 by default any more.
2011-10-07 Dr. Stephen Hensonuse client version when eliminating TLS v1.2 ciphersuit...
2011-09-26 Dr. Stephen Hensonfix signed/unsigned warning
2011-09-23 Dr. Stephen HensonPR: 2602
2011-09-05 Bodo MöllerFix session handling.
2011-08-14 Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-07-25 Dr. Stephen HensonAdd HMAC ECC ciphersuites from RFC5289. Include SHA384...
2011-05-25 Dr. Stephen Hensonuse TLS1_get_version macro to check version so TLS...
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-11-18 Dr. Stephen Hensonremove duplicate statement
2010-11-17 Dr. Stephen Hensonoops, reinstate TLSv1 string
2010-08-27 Dr. Stephen HensonPR: 1833
2010-08-27 Dr. Stephen Hensonoops, revert previous patch
2010-08-27 Dr. Stephen HensonPR: 1833
2010-08-26 Dr. Stephen HensonPR: 1833
2010-06-27 Dr. Stephen HensonBackport TLS v1.1 support from HEAD, ssl/ changes
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).
2010-02-17 Dr. Stephen HensonOR default SSL_OP_LEGACY_SERVER_CONNECT so existing...
2010-01-07 Dr. Stephen HensonSimplify RI+SCSV logic:
2010-01-06 Dr. Stephen HensonUpdates to conform with draft-ietf-tls-renegotiation...
2009-12-27 Dr. Stephen HensonTypo
2009-12-27 Dr. Stephen HensonUpdate RI to match latest spec.
2009-12-16 Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-09 Dr. Stephen HensonCheck s3 is not NULL
2009-12-09 Dr. Stephen HensonAdd ctrls to clear options and mode.
2009-12-08 Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-12-08 Dr. Stephen HensonAdd support for magic cipher suite value (MCSV). Make...
2009-10-16 Dr. Stephen HensonPR: 2073
2009-06-30 Dr. Stephen HensonAdd "missing" functions for setting all verify paramete...
2009-05-16 Dr. Stephen HensonDisable ECDHE in DTLS in a cleaner way.
2009-05-13 Dr. Stephen HensonPR: 1921
2009-04-29 Dr. Stephen HensonIf an SSLv2 method is explicitly asked for use the...
2009-04-23 Dr. Stephen HensonSome no-ec fixes (not complete yet).
2009-04-19 Dr. Stephen HensonPR: 1751
2009-04-04 Dr. Stephen HensonMake no-ssl2 work including on Win32 builds.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-02-23 Ben LaurieFix memory leak.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-02 Dr. Stephen HensonFix warnings about mismatched prototypes, undefined...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-08-04 Bodo MöllerFix error codes for memory-saving patch.
2008-06-05 Dr. Stephen HensonUpdate from stable branch.
2008-06-04 Dr. Stephen HensonRemove test fprintf.
2008-06-04 Dr. Stephen HensonCompilation option to use a specific ssl client auth...
2008-06-03 Ben LaurieMemory saving patch.
2008-06-01 Dr. Stephen HensonRelease engine reference when calling SSL_CTX_free().
2008-05-26 Ben LaurieLHASH revamp. make depend.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-04 Dr. Stephen HensonOff by one fix from stable branch.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-09-07 Dr. Stephen HensonFix warnings: computed value not use, incompatible...
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-12 Dr. Stephen HensonFix warning and make no-tlsext work.
2007-08-12 Dr. Stephen HensonTypo.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-02-22 Bodo MöllerFix incorrect substitution that happened during the...
2007-02-19 Bodo Möllerfix warnings for CIPHER_DEBUG builds
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2006-11-29 Nils Larschreplace macros with functions
2006-09-28 Mark J. CoxFix buffer overflow in SSL_get_shared_ciphers() function.
2006-06-15 Bodo MöllerError messages for client ECC cert verification.
2006-06-15 Bodo MöllerFix algorithm handling for ECC ciphersuites: Adapt...
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-04-03 Bodo Möllerfix memory leak
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-05 Dr. Stephen HensonAvoid warnings on VC++ 2005.
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-07-16 Nils Larschmake
2005-06-23 Richard LevitteDCC doesn't like argument names in returned function...
2005-06-10 Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
2005-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieConstification.
2005-01-12 Richard LevitteSmall typo, `mask' got the same value ORed to it twice...
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-10-06 Richard LevitteAdd functionality to get information on compression...
2003-09-27 Richard LevitteFree the Kerberos context upon freeing the SSL.
2003-01-30 Richard LevitteFix a memory leak in SSL.
2003-01-16 Richard LevitteFix possible NULL dereferencial.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29 Geoff ThorpeCorrect and enhance the behaviour of "internal" session...
2002-08-16 Lutz JänickeReorder cleanup sequence in SSL_CTX_free() to leave...
next