summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-12DJGPP adjustmentsRichard Levitte
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx
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-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
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