Avoid unnecessary fragmentation.
[openssl.git] / ssl / d1_pkt.c
2013-03-11 Dr. Stephen HensonDTLS trace support.
2013-02-26 Dr. Stephen HensonFix error codes.
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 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-12-31 Dr. Stephen HensonPR: 2658
2011-12-25 Dr. Stephen HensonPR: 2535
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-08-26 Dr. Stephen HensonPR: 1833
2010-06-12 Ben LaurieFix warnings.
2010-04-14 Dr. Stephen HensonPR: 2229
2010-04-14 Dr. Stephen HensonPR: 2228
2010-04-06 Dr. Stephen HensonPR: 2218
2010-04-06 Dr. Stephen HensonPR: 2219
2009-10-04 Dr. Stephen HensonFix unitialized warnings
2009-09-15 Dr. Stephen HensonPR: 2039
2009-08-26 Dr. Stephen HensonPR: 2006
2009-08-12 Dr. Stephen HensonPR: 1997
2009-07-24 Dr. Stephen HensonPR: 1993
2009-07-13 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-07-04 Dr. Stephen HensonFix warnings.
2009-07-04 Dr. Stephen HensonPR: 1981
2009-07-01 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-05 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-05-16 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-05-15 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieReverse incorrect earlier fix.
2008-12-27 Ben LaurieDeal with the unlikely event that EVP_MD_CTX_size(...
2008-10-13 Lutz JänickeHalf of the commit for 0.9.8 as the bitmap handling...
2008-09-14 Andy Polyakovdtls1_write_bytes consumers expect amount of bytes...
2008-09-13 Andy PolyakovDTLS didn't handle alerts correctly.
2007-10-17 Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-09-30 Andy PolyakovBasic idea behind explicit IV is to make it unpredictab...
2007-09-30 Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347.
2007-09-30 Andy PolyakovSwitch to RFC-compliant version encoding in DTLS.
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2006-11-29 Bodo Möllerfix support for receiving fragmented handshake messages
2006-09-23 Dr. Stephen HensonSubmitted by: Brad Spencer <spencer@jacknife.org>
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-07 Bodo MöllerThere's no such things as DTLS1_AD_MISSING_HANDSHAKE_ME...
2005-07-26 Richard Levittebytes_to_long_long isn't used anywhere any more, so...
2005-07-26 Richard LevitteI'm reversing this change, as it seems the error is...
2005-07-26 Geoff ThorpeFix 64-bit compilation when PQ_64BIT_IS_INTEGER isn...
2005-06-20 Andy PolyakovFix typo in ssl/d1_pkt.c.
2005-06-20 Andy PolyakovHandle wrap-arounds and revive missing assignment.
2005-06-07 Andy Polyakov"Liberate" dtls from BN dependency. Fix bug in replay...
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-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.