]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_pkt.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / ssl / s3_pkt.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2015-01-08  Dr. Stephen HensonFix crash in dtls1_get_record whilst in the listen...
2014-08-22  Adam LangleyRT3060: Limit the number of empty records.
2014-06-27  Ken BallouRemove redundant check.
2014-06-12  Ben LaurieAllow the maximum value.
2014-06-05  Matt CaswellFixed Windows compilation failure
2014-06-03  Dr. Stephen HensonAdditional CVE-2014-0224 protection.
2014-06-03  Dr. Stephen HensonFix for CVE-2014-0224
2014-05-29  Ben LaurieFix signed/unsigned warning.
2014-05-11  Tim Hudsonsafety check to ensure we dont send out beyond the...
2013-02-08  Andy Polyakovssl/[d1|s3]_pkt.c: harmomize orig_len handling.
2013-02-07  Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-05  Dr. Stephen HensonFix error codes.
2013-02-05  Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-05  Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-05  Ben LaurieFixups.
2013-02-05  Ben LaurieMake CBC decoding constant time.
2013-02-05  Ben LaurieAdd and use a constant-time memcmp.
2010-03-24  Dr. Stephen HensonSubmitted by: Bodo Moeller and Adam Langley (Google).
2010-01-24  Dr. Stephen Hensonoops revert test code from previous commit
2010-01-24  Dr. Stephen HensonThe fix for PR#1949 unfortunately broke cases where...
2009-12-08  Dr. Stephen HensonSend no_renegotiation alert as required by spec.
2009-07-13  Dr. Stephen HensonPR: 1984
2009-04-07  Dr. Stephen HensonSubmitted by: Darryl Miles <darryl-mailinglists@netbau...
2008-10-10  Lutz JänickeWhen the underlying BIO_write() fails to send a datagra...
2008-08-13  Bodo Möllersanity check
2006-11-29  Bodo Möllerfix support for receiving fragmented handshake messages
2005-09-30  Dr. Stephen HensonUpdate from HEAD.
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-03  Nils Larschbackport fix from the stable branch
2005-04-26  Ben LaurieAdd DTLS support.
2004-05-15  Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2003-02-19  Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2002-07-10  Lutz JänickeReorder inclusion of header files:
2002-05-06  Bodo Möllerfix warning
2002-05-05  Bodo Möllerfix casts
2002-04-29  Richard LevitteSynchronise with 0.9.7-stable.
2002-04-20  Richard LevitteSignedness mismatch.
2002-04-13  Bodo MöllerImplement known-IV countermeasure.
2002-01-12  Ben LauriePrototype info function.
2001-12-28  Ulf Möllerssl3_read_bytes bug fix
2001-10-20  Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-16  Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-09-20  Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-03-07  Bodo MöllerFix ERR_R_... problems.
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-25  Bodo MöllerFix SSL_peek and SSL_pending.
2000-12-14  Bodo MöllerFirst step towards SSL_peek fix.
2000-09-12  Bodo MöllerNew SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
2000-05-21  Bodo MöllerAvoid sprintf
2000-02-26  Dr. Stephen HensonFix shadow warning.
2000-02-25  Bodo MöllerUse unsigned loop index to make compilers happy
2000-02-25  Bodo MöllerThe previous revision should have generated _more_...
2000-02-25  Geoff ThorpeMore VC++ pickiness. (destest.c doesn't have a "return...
2000-02-25  Bodo MöllerFix off-by-one error :-)
2000-02-25  Bodo MöllerFix warnings by using unsigned int where appropriate.
2000-02-25  Ulf Möllersigned/unsigned mismatch (VC++)
2000-02-22  Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-21  Bodo MöllerWorkarounds to make broken programs happy (such as...
2000-02-21  Bodo MöllerFix some bugs and document others
2000-02-21  Bodo MöllerMove ssl3_do_write from s3_pkt.c to s3_both.c.
2000-02-21  Bodo MöllerMove MAC computations for Finished from ssl3_read_bytes...
2000-02-20  Bodo MöllerTolerate fragmentation and interleaving in the SSL...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-26  Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-17  Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-16  Bodo MöllerIn ssl3_read_n, set rwstate to SSL_NOTHING when the...
2000-01-11  Bodo Mölleradd check for internal error
2000-01-11  Bodo MöllerThe buffer in ss3_read_n cannot actually occur because...
2000-01-11  Bodo MöllerClean up some of the SSL server code.
2000-01-06  Bodo MöllerUse less complicated arrangement for data strutures...
2000-01-06  Bodo MöllerUse separate arrays for certificate verify and for...
2000-01-05  Bodo MöllerSlight code cleanup for handling finished labels.
1999-07-02  Bodo Möllertypo
1999-07-02  Bodo Möllertypo
1999-07-02  Bodo MöllerNew functions SSL[_CTX]_{set,get}_mode; the initial...
1999-06-10  Bodo MöllerAvoid warnings.
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-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
1998-12-22  Ralf S. EngelschallIncorporation of RSEs assembled patches
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...