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-27 15:22:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
19f0769ec494ade6cbf8d8451ca7e31adaac168d
wolfssl
/
src
History
David Garske
19f0769ec4
Fix for scan-build warning where async changes make it appear like the output buffer could be NULL (even though its not). Added NULL check on the AddRecordHeader function.
2016-04-01 10:55:01 -07:00
..
crl.c
prepare for release v3.9.0
2016-03-17 16:02:13 -06:00
include.am
Added "--enable-asynccrypt" option for enabling asynchronous crypto. This includes a refactor of SendServerKeyExchange and DoClientKeyExchange to support WC_PENDING_E on key generation, signing and verification. Currently uses async simulator (WOLFSSL_ASYNC_CRYPT_TEST) if cavium not enabled. All of the examples have been updated to support WC_PENDING_E on accept and connect. A generic WOLF_EVENT infrastructure has been added to support other types of future events and is enabled using "HAVE_WOLF_EVENT". Refactor the ASN OID type (ex: hashType/sigType) to use a more unique name. The real "async.c" and "async.h" files are in a private repo.
2016-03-17 13:31:03 -07:00
internal.c
Fix for scan-build warning where async changes make it appear like the output buffer could be NULL (even though its not). Added NULL check on the AddRecordHeader function.
2016-04-01 10:55:01 -07:00
io.c
prepare for release v3.9.0
2016-03-17 16:02:13 -06:00
keys.c
prepare for release v3.9.0
2016-03-17 16:02:13 -06:00
ocsp.c
better naming of macro and alter misc.c check
2016-03-29 13:42:40 -06:00
sniffer.c
better naming of macro and alter misc.c check
2016-03-29 13:42:40 -06:00
ssl.c
Merge pull request
#335
from dgarske/asynccrypt
2016-03-30 20:12:41 -07:00
tls.c
better naming of macro and alter misc.c check
2016-03-29 13:42:40 -06:00