aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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-112-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-052-14/+2
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-052-15/+8
* Update copyright yearMatt Caswell2020-08-061-1/+1
* DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte2020-08-011-3/+22
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-162-49/+69
* Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb2020-06-161-2/+4
* Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb2020-06-161-7/+18
* kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2020-06-081-3/+6
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Revert the check for NaN in %f formatBernd Edlinger2020-06-011-3/+1
* Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb2020-06-011-1/+10
* bio printf: Avoid using rounding errors in range checkBernd Edlinger2020-05-291-1/+7
* 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-2312-12/+12
* BIO_do_accept: correct error return valuescott2020-04-141-6/+7
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin2020-03-162-2/+64
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-212-86/+98
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-102-2/+122