aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bio_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Fix a typo in bio_read_internMatt Caswell1-1/+1
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx1-2/+2
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk1-12/+12
2016-10-28Fix more shadowed variable warningsMatt Caswell1-16/+16
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell1-31/+32
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell1-1/+11
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell1-20/+21
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell1-29/+63
2016-10-28Fix some bogus uninit variable warningsMatt Caswell1-2/+2
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell1-111/+154
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-15/+34
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-20/+98
2016-08-21Move BIO index lock creationRich Salz1-1/+1
2016-08-19Add BIO_get_new_index()Rich Salz1-0/+2
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY1-32/+16
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-04-28BIO_free should call method->destroy before free'ing member fieldsFdaSilvaYY1-3/+4
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY1-1/+2
2016-04-14Fix ex_data locks issueMatt Caswell1-0/+4
2016-04-14Ensure all locks are properly cleaned upMatt Caswell1-0/+10
2016-03-29Make BIO opaqueMatt Caswell1-1/+41
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-8/+36
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-9/+2
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz1-2/+2
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell1-5/+5
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell1-2/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-426/+418
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell1-2/+2
2012-04-16Minor compatibility fixes.Andy Polyakov1-14/+14
2010-06-12Fix warnings.Ben Laurie1-2/+2
2009-06-25Update from 1.0.0-stableDr. Stephen Henson1-2/+2
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-12/+10
2008-11-01size_tification.Ben Laurie1-10/+12
2006-11-29replace macros with functionsNils Larsch1-0/+46
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
2004-03-25Make prototypes for some callback pointers.Richard Levitte1-6/+6
2003-01-30A few small bugs with BIO popping.Richard Levitte1-1/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+12
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-10/+10
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson1-0/+1