summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_lib.c
AgeCommit message (Expand)Author
2021-01-28Update copyright yearRichard Levitte
2021-01-16replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb
2021-01-16bio_lib.c: Fix error queue entries and return codes on NULL args etc.Dr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-05-09Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-10-04Fix the BIO callback return code handlingMatt Caswell
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