Backport of 5b8fa43 and remove resolved TODO: see PR#3924.
[openssl.git] / ssl / d1_lib.c
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-09 David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-04 Matt CaswellRemove incorrect code inadvertently introduced through...
2014-12-03 Matt CaswellOnly use the fallback mtu after 2 unsuccessful retransm...
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03 Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-06-02 zhu qun-yingFree up s->d1->buffered_app_data.q properly.
2014-03-06 Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2014-02-01 Andy PolyakovImprove WINCE support.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18 Dr. Stephen HensonDual DTLS version methods.
2013-09-18 Dr. Stephen HensonEnable TLS 1.2 ciphers in DTLS 1.2.
2013-09-18 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-09-18 Dr. Stephen HensonDTLS revision.
2013-04-08 Dr. Stephen HensonSet s->d1 to NULL after freeing it.
2012-04-18 Dr. Stephen Hensoncorrect error code
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-03-09 Dr. Stephen HensonPR: 2756
2012-03-06 Dr. Stephen HensonPR: 2755
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-25 Dr. Stephen HensonPR: 2535
2011-11-15 Ben LaurieAdd TLS exporter.
2011-09-23 Dr. Stephen HensonPR: 2602
2011-06-22 Dr. Stephen HensonPR: 2543
2011-05-25 Dr. Stephen HensonOops use up to date patch for PR#2506
2011-05-25 Dr. Stephen HensonPR: 2506
2011-04-03 Dr. Stephen HensonPR: 2462
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-04-06 Dr. Stephen HensonPR: 2223
2009-12-08 Dr. Stephen HensonPR: 2121
2009-12-01 Dr. Stephen HensonPR: 2115
2009-09-09 Dr. Stephen HensonPR: 2033
2009-08-25 Richard LevitteInclude proper header files for time functions.
2009-08-12 Dr. Stephen HensonUpdate default dependency flags.
2009-08-12 Dr. Stephen HensonPR: 1997
2009-05-31 Dr. Stephen HensonPR: 1921
2009-05-16 Dr. Stephen HensonDisable ECDHE in DTLS in a cleaner way.
2009-05-16 Dr. Stephen HensonMake the stuff compile again, fix missing prototype...
2009-05-15 Dr. Stephen HensonPR: 1922
2009-04-19 Dr. Stephen HensonPR: 1751
2009-04-14 Dr. Stephen HensonPR: 1827
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2007-10-05 Andy PolyakovProhibit RC4 in DTLS.
2007-01-21 Dr. Stephen HensonConstify version strings is ssl lib.
2005-08-08 Nils Larschremove unused internal foo_base_method functions
2005-08-05 Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
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-26 Ben LaurieAdd DTLS support.