summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-12DJGPP adjustmentsRichard Levitte
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell
2016-04-29make updateRichard Levitte
2016-04-28BIO_free should call method->destroy before free'ing member fieldsFdaSilvaYY
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-28Fix BIO_set_nbio_accept()Richard Levitte
2016-04-28Don't leak memory on failure to create a mem BIOMatt Caswell
2016-04-28Close the accept socket on errorMatt Caswell
2016-04-28Make BIO_sock_error return a proper error code when getsockopt failsRichard Levitte
2016-04-20BIO socket connect failure was not handled correctly.Davide Galassi
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell
2016-04-11BIO: respect opening in text modeRichard Levitte
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-03-30Fix pointer size issues on VMSRichard Levitte
2016-03-30Rearrange the use of 'proto' in BIO_lookupRichard Levitte
2016-03-30Adapt bf_lbuf for opaque BIORichard Levitte
2016-03-29Make BIO opaqueMatt Caswell
2016-03-29Add functions for creating BIO_METHODsMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Remove ultrix/mips support.Rich Salz
2016-03-11Remove some dead code from 1999Matt Caswell
2016-03-11Don't clobber the last errorMatt Caswell
2016-03-09Avoid negative array index in BIO_debug_callback()Benjamin Kaduk
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini