]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s23_clnt.c
Fix a warning about missing prototype on arm
[thirdparty/openssl.git] / ssl / s23_clnt.c
2017-11-14  Richard LevitteDon't use SSLv3_client_method internally with no-ssl3
2017-11-03  Kurt RoeckxFix no-ssl3-method build
2017-06-01  Matt CaswellSend a protocol version alert
2017-02-09  Bernd EdlingerFix issue #2113:
2016-06-27  Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2015-09-01  Matt CaswellFix session resumption
2015-07-27  Matt CaswellFix SSL_set_session_ticket_ext when used with SSLv23_method
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-10-15  Geoff ThorpeFix no-ssl3 configuration option
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-28  Dr. Stephen HensonCustom extension revision.
2014-08-28  Dr. Stephen HensonRevision of custom extension code.
2014-07-04  Dr. Stephen HensonRemove all RFC5878 code.
2014-02-09  Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09  Scott DeboyRe-add alert variables removed during rebase
2014-02-09  Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-09  Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-12-01  Dr. Stephen HensonFix warning.
2013-10-21  Ben LaurieRemove unused variable.
2013-10-20  Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-10-01  Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-17  Bodo MoellerMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-09-16  Trevor PerrinVarious custom extension fixes.
2012-12-26  Dr. Stephen HensonSSL/TLS record tracing code (backport from HEAD).
2012-12-26  Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-05-29  Ben LaurieRFC 5878 support.
2012-04-25  Andy Polyakovs23_clnt.c: ensure interoperability by maitaining clien...
2012-04-17  Dr. Stephen HensonAdditional workaround for PR#2771
2012-04-17  Dr. Stephen HensonPartial workaround for PR#2771.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
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-03-12  Dr. Stephen HensonRemove redundant check to stop compiler warning.
2011-03-12  Ben LaurieFix warning.
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-02-16  Dr. Stephen HensonPR: 2171
2009-11-18  Dr. Stephen HensonDon't use SSLv2 compatible client hello if we don't...
2009-08-05  Dr. Stephen HensonPR: 2000
2009-04-07  Dr. Stephen HensonDisable SSLv2 cipher suites by default and avoid SSLv2...
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-30  Ben LaurieDocument dead code.
2008-09-03  Dr. Stephen HensonMake no-tlsext compile.
2008-06-03  Ben LaurieMemory saving patch.
2007-09-26  Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-21  Bodo MöllerImplement the Opaque PRF Input TLS extension
2006-11-29  Bodo Möllerfix support for receiving fragmented handshake messages
2006-01-11  Bodo Möllerimprovements for alert handling
2006-01-11  Bodo MöllerMore TLS extension related changes.
2006-01-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
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-08-14  Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-08-05  Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-05-12  Bodo Möllerfix msg_callback() arguments for SSL 2.0 compatible...
2005-05-11  Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-04-29  Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2002-12-21  Richard LevitteStop a possible memory leak.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-09-25  Bodo Möllerreally fix race conditions
2002-09-23  Bodo Möllerreally fix race condition
2002-07-10  Lutz JänickeReorder inclusion of header files:
2002-01-12  Ben LauriePrototype info function.
2001-11-10  Bodo MöllerImplement msg_callback for SSL 2.0.
2001-10-24  Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-07-29  Bodo MöllerDocument rollback issues.
2000-07-29  Bodo MöllerFix SSL 2.0 rollback checking: The previous implementat...
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-16  Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-06-10  Bodo MöllerAvoid warnings.
1999-04-27  Ulf MöllerUndo.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-22  Bodo MöllerFixed some race conditions.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
1999-02-09  Ben LaurieMore exactitude with function arguments.
1999-01-31  Dr. Stephen HensonFix various stuff: that VC++ 5.0 chokes on:
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...
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...