summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
2023-07-05Hide symbols in asn1 and bioBob Beck
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2018-05-12Add const qualifiers to the return values of BIO_s_mem() andTheo Buehler
2015-07-20Correct #if/else logic in BIO's dgram_ctrl.Doug Hogan
2015-02-09Jettison SCTP support in BIO dgram.Joel Sing
2015-01-12Fix a memory leak in bss_dgram.Doug Hogan
2015-01-03Fix incorrect OPENSSL_assert() usage.Doug Hogan
2014-11-26remove superflous gettimeofday wrapper.Brent Cook
2014-11-26memset like a normal human.Brent Cook
2014-11-26normalize set/getsockopt usage.Brent Cook
2014-11-26Linux has had IP_MTU since 2005, don't force it.Brent Cook
2014-08-24Include <sys/time.h> to get struct timevalBrent Cook
2014-07-11Missing calloc() return value check in dgram_sctp_ctrl(); from Kurt Roeckx viaMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-03Fix memory leak.Loganaden Velvindron
2014-05-30more: no need for null check before freeTheo de Raadt
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-26This is not FreeBSD.Joel Sing
2014-04-23The usual idiom to cope with systems not defining socklen_t is to add aMiod Vallat
2014-04-21wrong calloc, see people do careTheo de Raadt
2014-04-21Bring malloc/calloc/realloc sequences to modern standardTheo de Raadt
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.Theo de Raadt
2014-04-18unistd.h for protos where neededTheo de Raadt
2014-04-17more windows/netware leftoversTed Unangst
2014-04-17delete if 0 codeTed Unangst
2014-04-17Mostly gut e_os.h:Theo de Raadt
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16> As I walk through the valley of the shadow of deathTed Unangst
2014-04-16Clean up non-fatal error handling - we know which error numbers we haveJoel Sing
2014-04-15Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.Joel Sing
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-14two SHUTDOWN2 got away; noticed by beckTheo de Raadt
2014-04-13Remove various horrible socket syscall wrappers, especially SHUTDOWN*Theo de Raadt
2014-04-13Flense a variety of windows support stuff, and a strange gettimeofday function.Bob Beck
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller