summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell
2016-05-30Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte
2016-05-29Add more zallocFdaSilvaYY
2016-05-29Fix some missing initsFdaSilvaYY
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