summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_lib.c
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-04-10Fix socket descriptor checks on Windowsolszomal
2023-03-14Update copyright yearMatt Caswell
2023-02-08Fix incomplete BIO_dup_state() error checkndossche
2022-11-23ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-10-11Update copyright yearMatt Caswell
2022-09-23Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz
2022-09-23Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz
2021-09-28BIO_ctrl: Avoid spurious error being raised on NULL bio parameterTomas Mraz
2021-09-28Fix return value of BIO_freePeiwei Hu
2021-06-15BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundantDr. David von Oheimb
2021-06-11BIO_write_ex: No error only on 0 bytes to writeTomas Mraz
2021-06-08BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb
2021-05-31Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
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