aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk1-12/+12
2016-10-28Fix stdio build following BIO size_t workMatt Caswell1-0/+4
2016-10-28Fix more shadowed variable warningsMatt Caswell2-19/+19
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell2-31/+35
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell1-1/+11
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2-28/+29
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-1/+1
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell1-29/+63
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell1-1/+1
2016-10-28Fix some bogus uninit variable warningsMatt Caswell1-2/+2
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell1-111/+154
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell17-15/+101
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell18-21/+163
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte1-1/+5
2016-09-08Fix mem leaks during auto-deinitMatt Caswell1-0/+1
2016-08-24Fix no-sockMatt Caswell1-1/+2
2016-08-23Remove some dead codeMatt Caswell2-2/+0
2016-08-21Move BIO index lock creationRich Salz4-6/+17
2016-08-19Add BIO_get_new_index()Rich Salz4-1/+18
2016-08-10Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee1-1/+1
2016-08-05spelling fixes, just comments and readme.klemens2-3/+3
2016-08-02Fix some style issues...FdaSilvaYY1-1/+1
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY2-33/+16
2016-07-20Cast to an unsigned type before negatingKurt Roeckx1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-4/+4
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-2/+8
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie1-3/+0
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov1-83/+2
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell1-4/+4
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell1-3/+9
2016-05-30Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte1-2/+10
2016-05-29Add more zallocFdaSilvaYY1-8/+1
2016-05-29Fix some missing initsFdaSilvaYY1-0/+4
2016-05-27Fix fmtstr for BIO_printf() et alRichard Levitte1-7/+8
2016-05-27Prevent an overflow when trying to print excessively big floatsMatt Caswell1-4/+8
2016-05-27Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell1-10/+139
2016-05-27Fix some issues in b_print.c codeMatt Caswell1-4/+16
2016-05-23Remove unused error/function codes.Rich Salz1-20/+4
2016-05-18Fix some malloc failures in b_addr.cMatt Caswell1-4/+18
2016-05-17Copyright consolidation 09/10Rich Salz23-1194/+140
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+1
2016-05-12DJGPP adjustmentsRichard Levitte3-7/+35
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell1-8/+7
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2-7/+5
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell1-4/+14
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell1-0/+3
2016-04-29make updateRichard Levitte1-53/+8
2016-04-28BIO_free should call method->destroy before free'ing member fieldsFdaSilvaYY1-3/+4
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY1-1/+2