Use safer sizeof variant in malloc
[openssl.git] / crypto / bio / bss_dgram.c
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06 Martin BrejchaFix memory leak.
2014-12-31 Kurt RoeckxAdd missing include of sys/time.h
2014-12-20 Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-03 Matt CaswellThere are a number of instances throughout the code...
2014-11-17 Jan HykelDon't use msg on error.
2014-08-28 l.montecchiani@gma... RT2193: #ifdef errors in bss_dgram.c
2014-08-15 Jonas MaebeBIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunks
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-05-11 Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11 Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-03-06 Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2013-11-01 Robin SeggelmannDTLS/SCTP struct authchunks Bug
2013-01-19 Andy PolyakovImprove WINCE support.
2012-12-16 Andy Polyakovd1_lib.c,bss_dgram.c: eliminate dependency on _ftime.
2012-08-14 Andy Polyakovbss_dgram.c: fix compilation failure and warning on...
2012-07-01 Andy Polyakovbss_dgram.c: fix typos in Windows code.
2012-06-11 Andy Polyakovbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.
2012-06-11 Andy Polyakovbss_dgram.c: make getsockopt work in cases when optlen...
2012-05-30 Ben LaurieBuild on FreeBSD with gcc 4.6.
2012-03-06 Dr. Stephen HensonPR: 2755
2011-12-27 Dr. Stephen Hensonfix error code
2011-12-25 Dr. Stephen HensonPR: 2535
2011-09-01 Dr. Stephen HensonPR: 2340
2011-07-20 Dr. Stephen HensonPR: 2559
2011-01-03 Dr. Stephen HensonPR: 2413
2010-01-07 Andy Polyakovsendto is reportedly picky about destination socket...
2010-01-06 Andy PolyakovFix compilation on older Linux. Linux didn't always...
2009-11-26 Andy Polyakovbss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER.
2009-11-15 Andy Polyakovbss_dgram.c: more elegant solution to PR#2069. Use...
2009-10-15 Dr. Stephen HensonPR: 2069
2009-09-22 Dr. Stephen HensonPR: 2050
2009-09-04 Dr. Stephen HensonPR: 2028
2009-08-26 Dr. Stephen HensonPR: 2005
2009-07-24 Dr. Stephen HensonPR: 1990
2009-06-05 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-06-05 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-18 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-17 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-16 Dr. Stephen HensonUpdate from 1.0.0 stable branch.
2009-05-15 Dr. Stephen HensonPR: 1929
2009-05-15 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-05 Richard LevitteMove the time fetching code to its own static function...
2009-04-28 Richard LevitteReimplement time check for VMS to mimic the way it...
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-26 Richard LevitteInclude sys/time.h to declare gettimeofday().
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-09-15 Andy PolyakovFix yesterday typos in bss_dgram.c.
2008-09-14 Andy PolyakovWinsock handles SO_RCVTIMEO in unique manner...
2008-01-03 Dr. Stephen HensonNetware support.
2006-04-11 Ulf MöllerAdd BeOS support.
2006-02-15 Nils Larschmake some internal functions static; patch supplied...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Ben LaurieAdd DTLS support.