summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-12-02Fix a typo in bio_read_internMatt Caswell
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk
2016-10-28Fix stdio build following BIO size_t workMatt Caswell
2016-10-28Fix more shadowed variable warningsMatt Caswell
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell
2016-10-28Fix some bogus uninit variable warningsMatt Caswell
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell
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-09-08If 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