summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_dgram.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifiers to the return values of BIO_s_mem() andtb2018-05-121-3/+3
* Correct #if/else logic in BIO's dgram_ctrl.doug2015-07-201-3/+3
* Jettison SCTP support in BIO dgram.jsing2015-02-091-994/+1
* Fix a memory leak in bss_dgram.doug2015-01-121-3/+13
* Fix incorrect OPENSSL_assert() usage.doug2015-01-031-24/+53
* remove superflous gettimeofday wrapper.bcook2014-11-261-9/+2
* memset like a normal human.bcook2014-11-261-10/+10
* normalize set/getsockopt usage.bcook2014-11-261-40/+23
* Linux has had IP_MTU since 2005, don't force it.bcook2014-11-261-8/+4
* Include <sys/time.h> to get struct timevalbcook2014-08-241-1/+2
* Missing calloc() return value check in dgram_sctp_ctrl(); from Kurt Roeckx viamiod2014-07-111-11/+21
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-5/+8
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Fix memory leak.logan2014-06-031-0/+1
* more: no need for null check before freederaadt2014-05-301-4/+2
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-20/+16
* This is not FreeBSD.jsing2014-04-261-18/+0
* The usual idiom to cope with systems not defining socklen_t is to add amiod2014-04-231-14/+3
* wrong calloc, see people do carederaadt2014-04-211-1/+2
* Bring malloc/calloc/realloc sequences to modern standardderaadt2014-04-211-12/+6
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-22/+2
* unistd.h for protos where neededderaadt2014-04-181-0/+1
* more windows/netware leftoverstedu2014-04-171-4/+0
* delete if 0 codetedu2014-04-171-25/+14
* Mostly gut e_os.h:deraadt2014-04-171-2/+4
* some KNF cleanup following the scriptderaadt2014-04-171-8/+8
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-11/+11
* > As I walk through the valley of the shadow of deathtedu2014-04-161-10/+0
* Clean up non-fatal error handling - we know which error numbers we havejsing2014-04-161-30/+0
* Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.jsing2014-04-151-113/+1
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-560/+554
* two SHUTDOWN2 got away; noticed by beckderaadt2014-04-141-1/+2
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-13/+13
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-12/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-29/+62
* resolve conflictsdjm2012-10-131-0/+996
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-7/+13
* resolve conflicts, fix local changesdjm2010-10-011-49/+331
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-2/+62
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+488