summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger
2018-06-18Convert _meth_get_ functions to const gettersJack Bates
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-04-21Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov
2018-04-06Set biom->type in BIO_METH_newNeel Goyal
2018-03-27Update copyright yearMatt Caswell
2018-02-13Fix bug in BIO_f_linebuffer()Richard Levitte
2018-02-12Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Avoid leaking peername data via accept BIOsViktor Dukhovni
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger
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