aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in bio_read_internMatt Caswell2016-12-021-1/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-12/+12
* Fix more shadowed variable warningsMatt Caswell2016-10-281-16/+16
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-281-31/+32
* Add some sanity checks for BIO_read* and BIO_getsMatt Caswell2016-10-281-1/+11
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-281-20/+21
* Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell2016-10-281-29/+63
* Fix some bogus uninit variable warningsMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-111/+154
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-15/+34
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-20/+98
* Move BIO index lock creationRich Salz2016-08-211-1/+1
* Add BIO_get_new_index()Rich Salz2016-08-191-0/+2
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-251-32/+16
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* 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
* Fix ex_data locks issueMatt Caswell2016-04-141-0/+4
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-0/+10
* Make BIO opaqueMatt Caswell2016-03-291-1/+41
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-8/+36
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-031-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-2/+2
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-101-5/+5
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-2/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanupRich Salz2015-03-251-2/+1
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-426/+418
* Fix memory leak in BIO_free if there is no destroy function.Matt Caswell2014-07-091-2/+2
* Minor compatibility fixes.Andy Polyakov2012-04-161-14/+14
* Fix warnings.Ben Laurie2010-06-121-2/+2
* Update from 1.0.0-stableDr. Stephen Henson2009-06-251-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-12/+10
* size_tification.Ben Laurie2008-11-011-10/+12
* replace macros with functionsNils Larsch2006-11-291-0/+46
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Make prototypes for some callback pointers.Richard Levitte2004-03-251-6/+6
* A few small bugs with BIO popping.Richard Levitte2003-01-301-1/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+12
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-10/+10
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson2000-09-071-0/+1