summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov2018-07-201-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-5/+0
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-171-4/+4
* crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer2017-12-121-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-28/+28
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-6/+6
* struct timeval include guardsPauli2017-09-011-5/+1
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-211-0/+9
* Fix problem with SCTP close_notify alertsMatt Caswell2017-04-251-37/+6
* Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2017-04-251-3/+14
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-1/+0
* Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte2017-02-281-9/+1
* Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte2016-12-191-0/+4
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* DJGPP adjustmentsRichard Levitte2016-05-121-6/+0
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-4/+4
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-1/+1
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-241-3/+4
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-130/+43
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix (incorrect) uninitialised variable warning.Ben Laurie2015-12-131-1/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-2/+0
* Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell2015-09-231-1/+8
* remove 0 assignments.Rich Salz2015-09-031-3/+0
* Add and use OPENSSL_zallocRich Salz2015-09-031-13/+6
* Check dgram_sctp_write() return value.Kurt Roeckx2015-06-281-1/+13
* Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx2015-06-281-10/+29
* Fix compilation failure for some tool chainsMatt Caswell2015-06-031-1/+1
* Fix IP_MTU_DISCOVER typoPer Allansson2015-06-021-1/+1
* Handle unsigned struct timeval membersMatt Caswell2015-05-261-6/+7
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-061-22/+21
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-6/+3
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Fix malloc define typoMike Frysinger2015-03-241-2/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-1/+14
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-301-32/+10
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Fix post-reformat errors preventing windows compilationMatt Caswell2015-01-221-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1828/+1881
* Fix memory leak.Martin Brejcha2015-01-061-2/+10