aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-151-1/+1
* Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte2016-12-191-0/+4
* HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte2016-12-161-0/+24
* Fix a typo in bio_read_internMatt Caswell2016-12-021-1/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-173-5/+6
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-12/+12
* Fix stdio build following BIO size_t workMatt Caswell2016-10-281-0/+4
* Fix more shadowed variable warningsMatt Caswell2016-10-282-19/+19
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-282-31/+35
* Add some sanity checks for BIO_read* and BIO_getsMatt Caswell2016-10-281-1/+11
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-282-28/+29
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-1/+1
* Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell2016-10-281-29/+63
* Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell2016-10-281-1/+1
* Fix some bogus uninit variable warningsMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-111/+154
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-2817-15/+101
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-2818-21/+163
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-081-1/+5
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Fix no-sockMatt Caswell2016-08-241-1/+2
* Remove some dead codeMatt Caswell2016-08-232-2/+0
* Move BIO index lock creationRich Salz2016-08-214-6/+17
* Add BIO_get_new_index()Rich Salz2016-08-194-1/+18
* Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee2016-08-101-1/+1
* spelling fixes, just comments and readme.klemens2016-08-052-3/+3
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-252-33/+16
* Cast to an unsigned type before negatingKurt Roeckx2016-07-201-1/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-4/+4
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-2/+8
* Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie2016-06-291-3/+0
* Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov2016-06-221-83/+2
* Avoid type punning warnings in b_addr.cMatt Caswell2016-06-181-4/+4
* BIO_printf() can fail to print the last characterMatt Caswell2016-06-031-3/+9
* Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte2016-05-301-2/+10
* Add more zallocFdaSilvaYY2016-05-291-8/+1
* Fix some missing initsFdaSilvaYY2016-05-291-0/+4
* Fix fmtstr for BIO_printf() et alRichard Levitte2016-05-271-7/+8
* Prevent an overflow when trying to print excessively big floatsMatt Caswell2016-05-271-4/+8
* Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell2016-05-271-10/+139
* Fix some issues in b_print.c codeMatt Caswell2016-05-271-4/+16
* Remove unused error/function codes.Rich Salz2016-05-231-20/+4
* Fix some malloc failures in b_addr.cMatt Caswell2016-05-181-4/+18
* Copyright consolidation 09/10Rich Salz2016-05-1723-1194/+140
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+1
* DJGPP adjustmentsRichard Levitte2016-05-123-7/+35
* Fix BIO_eof() for BIO pairsMatt Caswell2016-05-091-8/+7
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-092-7/+5