aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-7/+0
* bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov2016-04-071-2/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Don't shadow known symbols write, read, puts, getsRichard Levitte2016-04-041-8/+8
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-022-6/+8
* sizeof() updated to cover coding styleKirill Marinushkin2016-04-021-2/+2
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-022-30/+79
* Fix pointer size issues on VMSRichard Levitte2016-03-302-0/+49
* Rearrange the use of 'proto' in BIO_lookupRichard Levitte2016-03-301-10/+11
* Adapt bf_lbuf for opaque BIORichard Levitte2016-03-302-3/+2
* Make BIO opaqueMatt Caswell2016-03-2912-13/+98
* Add functions for creating BIO_METHODsMatt Caswell2016-03-293-3/+169
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-2115-37/+37
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove Netware and OS/2Rich Salz2016-03-173-43/+4
* Remove ultrix/mips support.Rich Salz2016-03-171-2/+0
* Remove some dead code from 1999Matt Caswell2016-03-112-12/+0