summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-08-29Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-07-31Fix TyposAntoine Cœur
2018-07-20bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-01struct timeval include guardsPauli
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
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