Fix DTLS buffered message DoS attack
[openssl.git] / ssl / d1_both.c
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-03-18 Matt CaswellAdd a check for a failed malloc
2015-12-10 Matt CaswellEnsure |rwstate| is set correctly on BIO_flush
2015-12-10 Matt CaswellFix DTLS handshake fragment retries
2015-08-11 Matt CaswellFix "make test" seg fault with SCTP enabled
2015-06-10 Matt CaswellDTLS handshake message fragments musn't span packets
2015-05-31 Matt CaswellCheck the message type requested is the type received...
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
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 Tim Hudsonmark all block comments that need format preserving...
2014-12-16 Matt CaswellRemove extraneous white space, and add some braces
2014-12-16 Matt CaswellDTLS fixes for signed/unsigned issues
2014-12-03 Matt CaswellRemove "#if 0" code
2014-12-03 Matt CaswellIf we really get a situation where the underlying mtu...
2014-12-03 Matt CaswellFix dtls_query_mtu so that it will always either comple...
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03 Matt CaswellThe first call to query the mtu in dtls1_do_write corre...
2014-12-03 Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-12-03 Matt CaswellVerify that we have a sensible message len and fail...
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-09-08 Erik AuerswaldRT3301: Discard too-long heartbeat requests
2014-08-06 Adam LangleyRemove some duplicate DTLS code.
2014-08-06 Matt CaswellApplying same fix as in dtls1_process_out_of_seq_messag...
2014-08-06 Adam LangleyFix return code for truncated DTLS fragment.
2014-08-06 Adam LangleyFix memory leak from zero-length DTLS fragments.
2014-08-06 Matt CaswellFix DTLS handshake message size checks.
2014-08-06 Matt CaswellAdded comment for the frag->reassembly == NULL case...
2014-08-06 Adam LangleyAvoid double free when processing DTLS packets.
2014-06-10 Dr. Stephen HensonFix null pointer errors.
2014-06-05 Dr. Stephen HensonFix CVE-2014-0221
2014-06-05 Dr. Stephen HensonFix for CVE-2014-0195
2014-06-02 Sami FarinTypo: set i to -1 before goto.
2014-04-07 Dr. Stephen HensonAdd heartbeat extension bounds check.
2013-12-20 Dr. Stephen HensonFix DTLS retransmission from previous session.
2013-10-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-03-18 Michael TuexenAvoid unnecessary fragmentation.
2012-03-06 Dr. Stephen HensonPR: 2755
2012-02-27 Dr. Stephen HensonPR: 2739
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-25 Dr. Stephen HensonPR: 2535
2011-10-27 Dr. Stephen HensonPR: 2628
2011-09-23 Dr. Stephen HensonPR: 2602
2011-04-03 Dr. Stephen HensonPR: 2462
2011-04-03 Dr. Stephen HensonPR: 2458
2011-04-03 Dr. Stephen HensonPR: 2457
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-05-03 Dr. Stephen HensonPR: 2230
2010-04-14 Dr. Stephen Hensonfix signed/unsigned comparison warnings
2010-04-14 Dr. Stephen HensonPR: 2230
2010-03-24 Dr. Stephen HensonPR: 1731 and maybe 2197
2009-12-01 Dr. Stephen HensonPR: 2115
2009-11-02 Dr. Stephen HensonPR: 2089
2009-10-01 Dr. Stephen HensonPR: 2054
2009-08-12 Dr. Stephen HensonPR: 1997
2009-07-15 Dr. Stephen HensonFix error codes and indentation.
2009-06-28 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-05 Dr. Stephen HensonStop gcc bracket warning.
2009-06-05 Dr. Stephen HensonPR: 1950
2009-05-16 Dr. Stephen HensonPR: 1931
2009-05-15 Dr. Stephen HensonPR: 1922
2009-05-13 Dr. Stephen HensonPR: 1923
2009-04-22 Dr. Stephen HensonFix WIN32 warning.
2009-04-19 Dr. Stephen HensonPR: 1751
2009-04-15 Dr. Stephen HensonPR: 1828
2009-04-14 Dr. Stephen HensonPR #1828 reverted: state save/restore incompatible...
2009-04-14 Dr. Stephen HensonPR: 1828
2009-04-14 Dr. Stephen HensonPR: 1838
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2007-10-17 Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-10-13 Andy PolyakovFix warnings in d1_both.c [from 0.9.8-stable].
2007-10-13 Andy PolyakovDTLS fixes from 0.9.8-stable.
2007-09-30 Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347.
2007-09-19 Andy PolyakovFix indentation in d1_both.c.
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-12 Dr. Stephen HensonFix warnings.
2005-07-26 Geoff ThorpeFix signed/unsigned warnings.
2005-06-07 Andy Polyakov"Liberate" dtls from BN dependency. Fix bug in replay...
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.