summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-16Fix invalid function type casts.Bernd Edlinger
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer
2017-12-10Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying
2017-07-14Fix gcc-7 warnings about missing fall thru comments.Bernd Edlinger
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-05-11Clean away needless VMS checkRichard Levitte
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-08bio/b_print.c: drop dependency on BN config.Andy Polyakov
2017-03-30More typo fixesFdaSilvaYY
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-09-09If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-08-24Fix no-sockMatt Caswell
2016-08-23Remove some dead codeMatt Caswell
2016-08-21Move BIO index lock creationRich Salz
2016-08-19Add BIO_get_new_index()Rich Salz
2016-08-10Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-02Fix some style issues...FdaSilvaYY
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY
2016-07-20Cast to an unsigned type before negatingKurt Roeckx
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell
2016-05-30Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte
2016-05-29Add more zallocFdaSilvaYY
2016-05-29Fix some missing initsFdaSilvaYY
2016-05-27Fix fmtstr for BIO_printf() et alRichard Levitte
2016-05-27Prevent an overflow when trying to print excessively big floatsMatt Caswell
2016-05-27Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell
2016-05-27Fix some issues in b_print.c codeMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-18Fix some malloc failures in b_addr.cMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-12DJGPP adjustmentsRichard Levitte
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell