summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-19Avoid NULL+X UB in bss_mem.cjwalch
2021-09-28BIO_ctrl: Avoid spurious error being raised on NULL bio parameterTomas Mraz
2021-09-28Fix return value of BIO_freePeiwei Hu
2021-09-07crypto/bio/bss_bio.c/bio_write: improve border checkPW Hu
2021-08-29Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler
2021-07-10BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno
2021-06-30bio: check for valid socket when closingPauli
2021-06-25BIO_new_from_core_bio: Fix heap-use-after-free after attachPetr Gotthard
2021-06-17Update copyright yearMatt Caswell
2021-06-15BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundantDr. David von Oheimb
2021-06-15BIO: Make source file names in crypto/bio/ consistentDr. David von Oheimb
2021-06-15BIO_dum_indent_cb(): Fix handling of cb return valueDr. David von Oheimb
2021-06-15BIO: prevent crash on NULL BIO for prefix_ctrl() and thus for BIO_set_prefix(...Dr. 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-06-02bio: remove TODOsPauli
2021-05-31Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis
2021-05-29BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb
2021-05-29DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-20Update copyright yearMatt Caswell
2021-05-19Fix crypto/bio/b_sock.c for VMSRichard Levitte
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-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-09BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier
2021-05-06Update copyright yearMatt Caswell
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