aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle malloc failures in BIO_acceptMatt Caswell2016-05-041-4/+14
* Check for failed malloc in BIO_ADDR_newMatt Caswell2016-04-291-0/+3
* make updateRichard Levitte2016-04-291-53/+8
* BIO_free should call method->destroy before free'ing member fieldsFdaSilvaYY2016-04-281-3/+4
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+2
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Fix BIO_set_nbio_accept()Richard Levitte2016-04-281-4/+5
* Don't leak memory on failure to create a mem BIOMatt Caswell2016-04-281-6/+11
* Close the accept socket on errorMatt Caswell2016-04-281-1/+3
* Make BIO_sock_error return a proper error code when getsockopt failsRichard Levitte2016-04-281-2/+2
* BIO socket connect failure was not handled correctly.Davide Galassi2016-04-201-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-55/+0
* Fix ex_data locks issueMatt Caswell2016-04-141-0/+4
* Ensure all locks are properly cleaned upMatt Caswell2016-04-143-1/+16
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* BIO: respect opening in text modeRichard Levitte2016-04-111-1/+5