This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6ac1fc5cff2c7fa2f7c86540e217d3ec33bf2d74
wolfssl
/
src
History
David Garske
fb9ed686cb
Fix for TLS with non-standard curves. The generted ECC ephemeral key did not use the same curve type as peer. Only the server was populating
ssl->ecdhCurveOID
. Now the curveOID is populated for both and as a fail-safe the peer key curve is used as default (when available).
2020-11-10 09:47:36 -08:00
..
bio.c
Address some cppcheck issues
2020-10-19 11:47:53 -07:00
crl.c
Fix issues found by -fsanitize=thread.
2020-09-30 14:24:20 -07:00
include.am
wolfcrypt/src: remove wc_debug.c and move its contents to logging.c.
2020-10-28 17:28:05 -05:00
internal.c
Fix for TLS with non-standard curves. The generted ECC ephemeral key did not use the same curve type as peer. Only the server was populating
ssl->ecdhCurveOID
. Now the curveOID is populated for both and as a fail-safe the peer key curve is used as default (when available).
2020-11-10 09:47:36 -08:00
keys.c
Fix Coverity
2020-07-08 08:20:43 -07:00
ocsp.c
preprocessor -DNO_BIO to omit OpenSSL BIO API
2020-11-05 20:40:43 -06:00
sniffer.c
src/sniffer.c: guard against null arguments to TraceSetNamedServer(), to eliminate -Werror=format-overflow= warnings from gcc.
2020-11-06 17:40:12 -06:00
ssl.c
Merge pull request
#3480
from douzzer/fix-sniffer-printf-null-Wformat-overflow
2020-11-10 09:37:36 -08:00
tls13.c
fix various possibly spurious scan-build null deref reports.
2020-11-04 23:11:42 -06: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
preprocessor -DNO_BIO to omit OpenSSL BIO API
2020-11-05 20:40:43 -06:00