aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2021-06-11BIO_write_ex: No error only on 0 bytes to writeTomas Mraz1-1/+7
2021-06-08BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb1-6/+11
2021-06-02bio: remove TODOsPauli15-34/+0
2021-05-31Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis1-4/+7
2021-05-29BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb1-3/+9
2021-05-29DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb1-3/+3
2021-05-28Rework and make DEBUG macros consistent.Rich Salz1-1/+1
2021-05-26Deprecate old style BIO callback callsTomas Mraz4-43/+79
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-20Update copyright yearMatt Caswell1-1/+1
2021-05-19Fix crypto/bio/b_sock.c for VMSRichard Levitte1-4/+8
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb1-0/+31
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb1-1/+0
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2-5/+11
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell1-0/+1
2021-05-09BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier1-1/+2
2021-05-06Update copyright yearMatt Caswell1-1/+1
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell4-2/+179
2021-04-22Removed dead code in linebuffer_ctrl()Tomas Mraz1-3/+3
2021-04-22Update copyright yearMatt Caswell5-5/+5
2021-04-19Link with uplink moduleTanzinul Islam1-1/+1
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis3-4/+12
2021-04-14bio_printf: add \0 terminators for error returns in floating point conversions.Pauli1-1/+5
2021-04-14bio: add a malloc failed error to BIO_printPauli1-3/+5
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-22Fix DER reading from stdin for BIO_f_readbufferShane Lontis1-36/+56
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz1-1/+4
2021-03-12Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz1-2/+0
2021-03-11Update copyright yearMatt Caswell4-4/+4
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2-1/+125
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis2-1/+269
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb1-1/+1
2021-02-19Correct the return value of BIO_get_ktls_*().John Baldwin3-7/+7
2021-01-28Update copyright yearRichard Levitte3-3/+3
2021-01-21Check input size before NULL pointer test inside mem_write()zsugabubus1-4/+4
2021-01-16replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb3-14/+13
2021-01-16bio_lib.c: Fix error queue entries and return codes on NULL args etc.Dr. David von Oheimb1-52/+57
2020-12-03remove unused assignmentsPauli1-1/+1
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell1-1/+1
2020-11-26Update copyright yearMatt Caswell4-4/+4
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-1/+2
2020-11-13BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte1-0/+10
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte4-21/+18
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte16-113/+113
2020-11-05Update copyright yearMatt Caswell1-1/+1
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte1-0/+9
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler1-0/+4
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-1/+7
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2-14/+2