summaryrefslogtreecommitdiffstats
path: root/crypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
* bio: remove TODOsPauli2021-06-0215-34/+0
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-311-4/+7
* BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb2021-05-291-3/+9
* DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb2021-05-291-3/+3
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-1/+1
* Deprecate old style BIO callback callsTomas Mraz2021-05-264-43/+79
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Fix crypto/bio/b_sock.c for VMSRichard Levitte2021-05-191-4/+8
* 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-132-5/+11
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier2021-05-091-1/+2
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Create libcrypto support for BIO_new_from_core_bio()Matt Caswell2021-05-044-2/+179
* Removed dead code in linebuffer_ctrl()Tomas Mraz2021-04-221-3/+3
* Update copyright yearMatt Caswell2021-04-225-5/+5
* Link with uplink moduleTanzinul Islam2021-04-191-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-163-4/+12
* bio_printf: add \0 terminators for error returns in floating point conversions.Pauli2021-04-141-1/+5
* bio: add a malloc failed error to BIO_printPauli2021-04-141-3/+5
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix DER reading from stdin for BIO_f_readbufferShane Lontis2021-03-221-36/+56
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+4
* Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz2021-03-121-2/+0
* Update copyright yearMatt Caswell2021-03-114-4/+4
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-112-1/+125
* Add new filter BIO BIO_f_readbuffer()Shane Lontis2021-03-102-1/+269
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-221-1/+1
* Correct the return value of BIO_get_ktls_*().John Baldwin2021-02-193-7/+7
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Check input size before NULL pointer test inside mem_write()zsugabubus2021-01-211-4/+4
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-163-14/+13
* bio_lib.c: Fix error queue entries and return codes on NULL args etc.Dr. David von Oheimb2021-01-161-52/+57
* remove unused assignmentsPauli2020-12-031-1/+1
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+1
* Update copyright yearMatt Caswell2020-11-264-4/+4
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte2020-11-131-0/+10
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-134-21/+18
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1316-113/+113
* Update copyright yearMatt Caswell2020-11-051-1/+1
* Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte2020-10-211-0/+9
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler2020-10-031-0/+4
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+7
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-062-14/+2
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-062-15/+8
* Update copyright yearMatt Caswell2020-08-061-1/+1