Process signature algorithms during TLS v1.2 client authentication.
[openssl.git] / ssl / t1_lib.c
2011-05-12 Dr. Stephen HensonProcess signature algorithms during TLS v1.2 client...
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-03-16 Ben LaurieAdd SRP.
2011-02-08 Bodo MöllerOCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)
2010-11-25 Dr. Stephen HensonPR: 2240
2010-11-25 Dr. Stephen Hensonusing_ecc doesn't just apply to TLSv1
2010-11-17 Dr. Stephen Hensonfix CVE-2010-3864
2010-08-27 Dr. Stephen HensonPR: 1833
2010-08-27 Dr. Stephen Hensonoops, revert previous patch
2010-08-27 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 HensonAllow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT...
2010-01-07 Dr. Stephen HensonSimplify RI+SCSV logic:
2009-12-17 Dr. Stephen HensonAlert to use is now defined in spec: update code
2009-12-16 Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-14 Dr. Stephen HensonAllow initial connection (but no renegoriation) to...
2009-12-08 Dr. Stephen HensonAdd support for magic cipher suite value (MCSV). Make...
2009-12-08 Dr. Stephen HensonPR: 2121
2009-11-18 Dr. Stephen HensonInclude a more meaningful error message when rejecting...
2009-11-11 Dr. Stephen Hensonadd missing parts of reneg port, fix apps patch
2009-11-08 Dr. Stephen HensonIf it is a new session don't send the old TLS ticket...
2009-10-30 Dr. Stephen HensonFix statless session resumption so it can coexist with SNI
2009-09-04 Dr. Stephen HensonPR: 2028
2009-04-28 Dr. Stephen HensonPR: 1629
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-29 Ben LaurieApparently s->ctx could be NULL. (Coverity ID 147).
2008-12-29 Ben LaurieApparently s->ctx could be NULL at this point (see...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-13 Ben LaurieBack out pointless change.
2008-12-13 Ben Laurie*** empty log message ***
2008-11-15 Dr. Stephen HensonPR: 1574
2008-09-03 Dr. Stephen HensonFix from stable branch.
2008-05-28 Bodo MöllerFrom HEAD:
2008-04-30 Dr. Stephen HensonUpdate from stable branch.
2008-04-29 Dr. Stephen HensonOops!
2008-04-29 Dr. Stephen HensonUpdate from stable branch.
2008-04-25 Dr. Stephen HensonDisable debugging fprintf.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-18 Dr. Stephen HensonFix from stable branch.
2007-09-28 Dr. Stephen HensonMove no status notification to ssl_check_serverhello_tl...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-23 Bodo Möllerproperly handle length-zero opaque PRF input values
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-08-20 Dr. Stephen HensonUse SHA256 for ticket HMAC if possible.
2007-08-12 Dr. Stephen HensonOPENSSL_NO_TLS1 WIN32 build support. Fix so normal...
2007-08-12 Dr. Stephen HensonFix warning and make no-tlsext work.
2007-08-12 Dr. Stephen HensonRemove debugging fprintfs, fix typo.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-04-24 Bodo Möllerfix function codes for error
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-01-21 Dr. Stephen HensonConstify version strings is ssl lib.
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-04-03 Bodo Möllerclarification
2006-04-03 Bodo Möllercheck length properly
2006-04-03 Bodo Möllersimplify: use s2n macro
2006-04-03 Bodo MöllerAvoid hard-coded table length where we can use sizeof.
2006-03-30 Bodo Möllerfix for hostname extension
2006-03-30 Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-15 Nils Larschfix for OPENSSL_NO_EC
2006-03-15 Richard Levittetlsext_ecpointformatlist_length is unsigned, so check...
2006-03-13 Nils Larschsigned vs. unsigned
2006-03-13 Richard LevitteOh, now I noticed Bodo's change that made tlsext_ecpoin...
2006-03-13 Richard LevitteResolve signed vs. unsigned issues
2006-03-13 Bodo Möllerfix sign problems
2006-03-13 Nils Larschremove unused variables
2006-03-13 Bodo Möllerudpate Supported Point Formats Extension code
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-01-14 Richard Levittesigned vs. unsigned clash.
2006-01-13 Bodo MöllerFurther TLS extension improvements
2006-01-11 Bodo MöllerMore TLS extension related changes.
2006-01-09 Bodo MöllerFurther TLS extension updates
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-08-08 Nils Larschremove unused internal foo_base_method functions
2005-08-05 Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-04-26 Ben LaurieAdd DTLS support.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
1999-09-29 Ulf MöllerCosmetic changes.
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-03-22 Ben LaurieFix security hole.
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
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. 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...