aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-10bss_dgram.c: fix unaligned accessPatrick Steuer1-6/+9
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok1-6/+19
2019-07-02Fix TyposAntoine Cœur1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2018-07-20bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte1-1/+1
2018-01-07Remove remaining NETWARE ifdef'sRich Salz1-5/+0
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius1-4/+4
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-28/+28
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-6/+6
2017-09-01struct timeval include guardsPauli1-5/+1
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell1-0/+9
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell1-37/+6
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell1-3/+14
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-1/+0
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte1-9/+1
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte1-0/+4
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
2016-05-12DJGPP adjustmentsRichard Levitte1-6/+0
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-4/+4
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz1-1/+1
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros1-3/+4
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-130/+43
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie1-1/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte1-2/+0
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell1-1/+8
2015-09-03remove 0 assignments.Rich Salz1-3/+0
2015-09-02Add and use OPENSSL_zallocRich Salz1-13/+6
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx1-1/+13
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx1-10/+29
2015-06-02Fix compilation failure for some tool chainsMatt Caswell1-1/+1
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson1-1/+1
2015-05-26Handle unsigned struct timeval membersMatt Caswell1-6/+7
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-22/+21
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-16Code style: space after 'if'Viktor Dukhovni1-2/+2
2015-03-24Fix malloc define typoMike Frysinger1-2/+2
2015-03-05Unchecked malloc fixesMatt Caswell1-1/+14
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz1-32/+10