This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-30 07:52:12 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3b4ec74174f340e2dfc075f7818ab3f210876e3c
wolfssl
/
src
History
David Garske
3b4ec74174
Fixes for openssl compatibility. Added
SSL_CTX_set_post_handshake_auth
and
SSL_set_post_handshake_auth
API's for enabling or disabling post handshake authentication for TLS v1.3.
2020-11-04 15:05:50 -08:00
..
bio.c
Fixes for HMAC_CTX cleanup not being called to free SHA2 resources with
WOLFSSL_SMALL_STACK_CACHE
. Added return code checking and cleanup for
openssl_test
.
2020-08-26 09:45:26 -07:00
crl.c
Fix issues found by -fsanitize=thread.
2020-09-30 14:24:20 -07:00
include.am
add AM_CONDITIONAL([BUILD_DEBUG],...) to configure.ac, and use it to gate inclusion of wolfcrypt/src/debug.c in src/include.am; remove superfluous includes from wolfcrypt/src/debug.c.
2020-09-23 18:32:17 -05:00
internal.c
In DoServerKeyExchange(), when reading the DH key from the server, the
2020-10-21 21:47:32 -07:00
keys.c
Fix Coverity
2020-07-08 08:20:43 -07:00
ocsp.c
Added support for handling an OCSP response with multiple status responses.
2020-10-14 14:47:24 -07:00
sniffer.c
Fix for TLS sniffer with non-standard curves. If curve not provided in key share data, then use private key curve. ZD 11128.
2020-10-16 16:13:42 -07:00
ssl.c
Fixes for openssl compatibility. Added
SSL_CTX_set_post_handshake_auth
and
SSL_set_post_handshake_auth
API's for enabling or disabling post handshake authentication for TLS v1.3.
2020-11-04 15:05:50 -08:00
tls13.c
TLS 1.3 PSK: fix for session ticket timeout
2020-10-16 14:48:29 +10:00
tls.c
TLS session tickets: cannot share between TLS 1.3 and TLS 1.2
2020-10-15 13:02:06 +10:00
wolfio.c
src/wolfio.c: update patch to wolfIO_HttpProcessResponse() (PR
#3204
).
2020-09-23 18:32:16 -05:00