summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
2015-03-24Fix malloc define typoMike Frysinger
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Fix memory leak.Martin Brejcha
2014-12-31Add missing include of sys/time.hKurt Roeckx
2014-12-20Fix incorrect OPENSSL_assert() usage.Michael Tuexen
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-11-17Don't use msg on error.Jan Hykel
2014-08-28RT2193: #ifdef errors in bss_dgram.cl.montecchiani@gmail.com
2014-08-15BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov
2013-11-01DTLS/SCTP struct authchunks BugRobin Seggelmann
2013-01-19Improve WINCE support.Andy Polyakov
2012-12-16d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov
2012-08-14bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov
2012-07-01bss_dgram.c: fix typos in Windows code.Andy Polyakov
2012-06-11bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.Andy Polyakov
2012-06-11bss_dgram.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2012-05-30Build on FreeBSD with gcc 4.6.Ben Laurie
2012-03-06PR: 2755Dr. Stephen Henson
2011-12-27fix error codeDr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
2011-09-01PR: 2340Dr. Stephen Henson
2011-07-20PR: 2559Dr. Stephen Henson
2011-01-03PR: 2413Dr. Stephen Henson
2010-01-07sendto is reportedly picky about destination socket address length.Andy Polyakov
2010-01-06Fix compilation on older Linux. Linux didn't always have sockaddr_storage,Andy Polyakov
2009-11-26bss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER.Andy Polyakov
2009-11-15bss_dgram.c: more elegant solution to PR#2069. Use socklen_t heuristicAndy Polyakov
2009-10-15PR: 2069Dr. Stephen Henson
2009-09-22PR: 2050Dr. Stephen Henson
2009-09-04PR: 2028Dr. Stephen Henson
2009-08-26PR: 2005Dr. Stephen Henson
2009-07-24PR: 1990Dr. Stephen Henson
2009-06-05Updates from 1.0.0-stableDr. Stephen Henson
2009-06-05Update from 1.0.0-stable.Dr. Stephen Henson
2009-05-18Update from 1.0.0-stable.Dr. Stephen Henson
2009-05-17Update from 1.0.0-stable.Dr. Stephen Henson
2009-05-16Update from 1.0.0 stable branch.Dr. Stephen Henson
2009-05-15PR: 1929Dr. Stephen Henson
2009-05-15Update from 1.0.0-stable.Dr. Stephen Henson
2009-05-05Move the time fetching code to its own static function, and therebyRichard Levitte
2009-04-28Reimplement time check for VMS to mimic the way it's done on Windows.Richard Levitte