summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_lib.c
AgeCommit message (Expand)Author
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-10-18Remove parentheses of return.KaoruToda
2016-12-02Fix a typo in bio_read_internMatt Caswell
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk
2016-10-28Fix more shadowed variable warningsMatt Caswell
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell
2016-10-28Fix some bogus uninit variable warningsMatt Caswell
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-08-21Move BIO index lock creationRich Salz
2016-08-19Add BIO_get_new_index()Rich Salz
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
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-14Fix ex_data locks issueMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25free NULL cleanupRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell
2012-04-16Minor compatibility fixes.Andy Polyakov
2010-06-12Fix warnings.Ben Laurie
2009-06-25Update from 1.0.0-stableDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2006-11-29replace macros with functionsNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-03-25Make prototypes for some callback pointers.Richard Levitte