wolfssl/src
Daniel Pouzzner e562a1c4d1
Merge pull request #7867 from ColtonWilley/cert_copy_option
Add new option to always copy cert buffer for each SSL object
2024-08-17 00:07:00 -05:00
..
bio.c remove NULL test with XFREE arguments with dereference 2024-08-06 10:44:59 -04:00
conf.c Remove NULL test when there is a dereference 2024-08-06 10:29:02 -04:00
crl.c Remove NULL test when there is a dereference 2024-08-06 10:29:02 -04:00
dtls.c Remove NULL test with 'ptr = NULL' at the end 2024-08-06 10:55:37 -04:00
dtls13.c remove NULL test with XFREE arguments with dereference 2024-08-06 10:44:59 -04:00
include.am RISC-V 64 ASM: Add Poly1305 implementation 2024-08-15 09:01:34 +10:00
internal.c Do not overwrite cert in wolfSSL_set_SSL_CTX if one is already set, remove unreachable frees. 2024-08-14 17:07:20 -07:00
keys.c Programmatically remove NULL test before XFREE 2024-08-06 10:20:45 -04:00
ocsp.c Fix potential NULL dereference 2024-08-06 12:35:01 -04:00
pk.c src/pk.c: fix a null deref (nullPointerRedundantCheck) in wolfSSL_RSA_GenAdd() added in d350ba6c41. 2024-08-08 11:40:57 -05:00
quic.c update copyright to 2024 2024-07-19 13:15:05 -06:00
sniffer.c Remove NULL test with 'ptr = NULL' at the end 2024-08-06 10:55:37 -04:00
ssl.c Always free existing SSL cert to be compatible with openssl behavior 2024-08-15 09:24:44 -07:00
ssl_asn1.c revert 2b4acf5027 2024-08-08 18:34:36 +09:00
ssl_bn.c update copyright to 2024 2024-07-19 13:15:05 -06:00
ssl_certman.c remove NULL test with XFREE arguments with dereference 2024-08-06 10:44:59 -04:00
ssl_crypto.c update copyright to 2024 2024-07-19 13:15:05 -06:00
ssl_load.c Rework implementation to use existing weOwnCert logic 2024-08-14 13:13:25 -07:00
ssl_misc.c update copyright to 2024 2024-07-19 13:15:05 -06:00
ssl_p7p12.c remove NULL test with XFREE arguments with dereference 2024-08-06 10:44:59 -04:00
ssl_sess.c Remove NULL test with 'ptr = NULL' at the end 2024-08-06 10:55:37 -04:00
tls.c Remove NULL test with 'ptr = NULL' at the end 2024-08-06 10:55:37 -04:00
tls13.c Support DTLS1.3 downgrade when server sends multiple handshakes in packet 2024-08-06 16:17:48 +01:00
wolfio.c Programmatically remove NULL test before XFREE 2024-08-06 10:20:45 -04:00
x509.c Addressing PR comments 2024-08-07 11:14:15 -04:00
x509_str.c Remove NULL test with 'ptr = NULL' at the end 2024-08-06 10:55:37 -04:00