.. |
bio.c
|
Fix: Address and clean up code conversion in various files.
|
2025-02-25 11:17:58 +01:00 |
conf.c
|
Fix for NO_REALLOC build crash
|
2025-01-23 16:14:45 -07:00 |
crl.c
|
CRL: fix memory allocation failure leaks
|
2025-02-25 09:05:03 +10:00 |
dtls.c
|
dtls: malloc needs to allocate the size of the dereferenced object
|
2025-01-30 18:32:22 +01:00 |
dtls13.c
|
dtls13: don't overrun hdr->epoch
|
2025-01-30 17:59:48 +01:00 |
include.am
|
Remove ARC4 implementation while preserving RC4 API
|
2025-03-18 18:49:52 +00:00 |
internal.c
|
Remove ARC4 implementation while preserving RC4 API
|
2025-03-18 18:49:52 +00:00 |
keys.c
|
Remove ARC4 implementation while preserving RC4 API
|
2025-03-18 18:49:52 +00:00 |
ocsp.c
|
ocsp: Fix OcspEncodeCertID SetAlgoID return check
|
2025-02-27 19:38:44 +00:00 |
pk.c
|
Fix: Address and clean up code conversion in various files.
|
2025-02-25 11:17:58 +01:00 |
quic.c
|
Fix QUIC callback failure
|
2025-02-19 10:56:44 -06:00 |
sniffer.c
|
Remove ARC4 implementation while preserving RC4 API
|
2025-03-18 18:49:52 +00:00 |
ssl.c
|
Remove ARC4 implementation while preserving RC4 API
|
2025-03-18 18:49:52 +00:00 |
ssl_asn1.c
|
src/ssl_asn1.c: fix misspelling cause by overbroad search+replace.
|
2025-02-28 18:25:41 -06:00 |
ssl_bn.c
|
Remove BN_CTX_init as its no longer in OpenSSL for a long time
|
2025-02-04 16:37:21 +01:00 |
ssl_certman.c
|
update copyright date
|
2025-01-21 09:55:03 -07:00 |
ssl_crypto.c
|
Remove ARC4 implementation while preserving RC4 API
|
2025-03-18 18:49:52 +00:00 |
ssl_load.c
|
Merge pull request #8491 from jmalak/winsock-guard
|
2025-02-25 09:51:23 -08:00 |
ssl_misc.c
|
update copyright date
|
2025-01-21 09:55:03 -07:00 |
ssl_p7p12.c
|
update copyright date
|
2025-01-21 09:55:03 -07:00 |
ssl_sess.c
|
src/ssl.c, src/internal.c: fix leak in wolfSSL_get_ciphers_compat(): fix gating (OPENSSL_EXTRA, not OPENSSL_ALL) in FreeSuites() re .suitesStack and .clSuitesStack, and similarly fix gating on the implementation of wolfSSL_sk_SSL_CIPHER_free(() and related.
|
2025-02-28 15:23:43 -06:00 |
tls.c
|
add missing echX NULL check
|
2025-03-10 11:11:27 -04:00 |
tls13.c
|
add missing echConfigs check
|
2025-03-10 09:35:40 -04:00 |
wolfio.c
|
various fixes for Open Watcom build
|
2025-02-25 22:52:36 +01:00 |
x509.c
|
CRL: fix memory allocation failure leaks
|
2025-02-25 09:05:03 +10:00 |
x509_str.c
|
CRL: fix memory allocation failure leaks
|
2025-02-25 09:05:03 +10:00 |