summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-04-22Removed dead code in linebuffer_ctrl()Tomas Mraz
2021-04-22Update copyright yearMatt Caswell
2021-04-19Link with uplink moduleTanzinul Islam
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-14bio_printf: add \0 terminators for error returns in floating point conversions.Pauli
2021-04-14bio: add a malloc failed error to BIO_printPauli
2021-04-08Update copyright yearMatt Caswell
2021-03-22Fix DER reading from stdin for BIO_f_readbufferShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-19Correct the return value of BIO_get_ktls_*().John Baldwin
2021-01-28Update copyright yearRichard Levitte
2021-01-21Check input size before NULL pointer test inside mem_write()zsugabubus
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-12-03remove unused assignmentsPauli
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-05Update copyright yearMatt Caswell
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin
2020-09-05Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin
2020-08-06Update copyright yearMatt Caswell
2020-08-01DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-06-16Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb
2020-06-16Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko
2020-06-04Update copyright yearMatt Caswell
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
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-04-14BIO_do_accept: correct error return valuescott
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-16Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb