summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
2015-12-19BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-06-02Fix compilation failure for some tool chainsMatt Caswell
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-24Fix malloc define typoMike Frysinger
2015-03-05Unchecked malloc fixesMatt Caswell
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-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-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
2014-02-01Improve WINCE support.Andy Polyakov
2013-10-30DTLS/SCTP struct authchunks BugRobin Seggelmann
2012-08-14bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov
2012-07-01bss_dgram.c: fix typos in Windows code [from HEAD].Andy Polyakov
2012-06-19bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG, fix bugs [from HEAD].Andy Polyakov
2012-05-18Work around macro issue with FreeBSD and 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 [from HEAD].Andy Polyakov
2010-01-06Fix compilation on older Linux [from HEAD].Andy Polyakov
2009-11-26bss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER (from HEAD).Andy Polyakov
2009-11-22bio_sock.c and bss_dgram.c: update from HEAD.Andy 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-05PR: 1950Dr. Stephen Henson
2009-06-05Not always used.Ben Laurie
2009-05-18Delete line which should have gone with PR#1922.Dr. Stephen Henson
2009-05-17PR: 1929Dr. Stephen Henson
2009-05-17Revert previous MTU patch from PR#1929Dr. Stephen Henson
2009-05-16Make the stuff compile again, fix missing prototype warnings.Dr. Stephen Henson
2009-05-15Update from HEAD.Dr. Stephen Henson
2009-05-15PR: 1922Dr. Stephen Henson
2009-05-05Update from HEADRichard Levitte
2009-04-28Update from HEAD.Richard Levitte
2009-04-26This at least break WIN32 which doesn't have sys/time.h might need to makeDr. Stephen Henson
2009-04-26Updates from HEADRichard Levitte
2009-04-14Fix typo and stop WIN32 warnings.Dr. Stephen Henson