]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/d1_pkt.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / ssl / d1_pkt.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellAdditional comment changes for reformat of 0.9.8
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2015-01-08  Matt CaswellFollow on from CVE-2014-3571. This fixes the code that...
2015-01-08  Dr. Stephen HensonFix crash in dtls1_get_record whilst in the listen...
2013-08-13  Michael TuexenDTLS message_sequence number wrong in rehandshake Serve...
2013-08-08  Michael TuexenDTLS handshake fix.
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 LaurieAdd and use a constant-time memcmp.
2012-03-09  Dr. Stephen HensonPR: 2756
2012-01-18  Dr. Stephen HensonFix for DTLS DoS issue introduced by fix for CVE-2011...
2012-01-04  Dr. Stephen HensonSubmitted by: Robin Seggelmann <seggelmann@fh-muenster...
2011-09-01  Dr. Stephen HensonPR: 2573
2011-01-04  Dr. Stephen HensonSince DTLS 1.0 is based on TLS 1.1 we should never...
2010-06-12  Ben LaurieFix gcc 4.6 warnings. Check TLS server hello extension...
2010-04-14  Dr. Stephen HensonPR: 2229
2010-04-14  Dr. Stephen HensonPR: 2228
2010-04-13  Richard LevitteThird argument to dtls1_buffer_record is by reference
2010-04-06  Dr. Stephen HensonPR: 2218
2010-04-06  Dr. Stephen HensonPR: 2219
2009-09-27  Ben LaurieMake it build, plus make depend.
2009-09-15  Dr. Stephen HensonPR: 2039
2009-08-26  Dr. Stephen HensonPR: 2006
2009-08-13  Dr. Stephen HensonPR: 1997
2009-07-24  Dr. Stephen HensonPR: 1993
2009-07-13  Dr. Stephen HensonPR: 1984
2009-07-04  Dr. Stephen HensonFix warnings.
2009-07-04  Dr. Stephen HensonUpdate from HEAD.
2009-07-01  Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-05  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-16  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-16  Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-04-19  Dr. Stephen HensonPR: 1751
2009-04-02  Dr. Stephen HensonPR: 1827
2009-04-02  Dr. Stephen HensonPR: 1828
2008-10-13  Lutz JänickeFirstly, the bitmap we use for replay protection was...
2008-09-14  Andy Polyakovdtls1_write_bytes consumers expect amount of bytes...
2008-09-13  Andy PolyakovDTLS didn't handle alerts correctly [from HEAD].
2007-10-17  Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-10-03  Andy PolyakovSet client_version earlier in DTLS (this is 0.9.8 speci...
2007-09-30  Andy PolyakovExplicit IV update [from HEAD].
2007-09-30  Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347....
2007-09-30  Andy PolyakovSwitch for RFC-compliant version encoding in DTLS....
2006-11-29  Bodo Möllerfix support for receiving fragmented handshake messages
2006-09-23  Dr. Stephen HensonUpdate from HEAD.
2006-02-08  Nils Larschbackport recent changes from the cvs head
2005-06-06  Richard LevitteFurther change pq_compat.h to generate the flag macros...
2005-05-30  Richard Levittepqueue and dtls uses 64-bit values. Unfortunately...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-27  Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26  Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26  Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26  Ben LaurieAdd DTLS support.