summaryrefslogtreecommitdiff
path: root/crypto/bio/bio_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete BIO_dup_state() error checkndossche2023-02-081-1/+1
* Add BIO poll descriptorsHugo Landau2023-01-131-0/+10
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-301-2/+2
* Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz2022-09-231-0/+9
* Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz2022-09-231-2/+10
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-191-0/+94
* BIO_ctrl: Avoid spurious error being raised on NULL bio parameterTomas Mraz2021-09-281-12/+4
* Fix return value of BIO_freePeiwei Hu2021-09-281-1/+1
* BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundantDr. David von Oheimb2021-06-151-7/+2
* BIO_write_ex: No error only on 0 bytes to writeTomas Mraz2021-06-111-1/+7
* BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb2021-06-081-6/+11
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-311-4/+7
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-15/+29
* bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb2021-05-191-0/+31
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-1/+0
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-131-2/+6
* Create libcrypto support for BIO_new_from_core_bio()Matt Caswell2021-05-041-1/+7
* Update copyright yearRichard Levitte2021-01-281-1/+1
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-161-11/+11
* bio_lib.c: Fix error queue entries and return codes on NULL args etc.Dr. David von Oheimb2021-01-161-52/+57
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-20/+22
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-49/+67
* Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb2020-05-091-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-211-0/+97
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Fix the BIO callback return code handlingMatt Caswell2018-10-041-2/+2
* Fix bio callback backward compatibilityBernd Edlinger2018-03-191-11/+11
* Update copyright yearMatt Caswell2018-02-131-1/+1
* BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte2018-01-311-0/+2
* Fix invalid function type casts.Bernd Edlinger2017-12-151-3/+1
* Remove parentheses of return.KaoruToda2017-10-181-21/+21
* 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