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 00:32:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
060ff5e5ef5a2d4ecde828205db3382fdf3f8a34
wolfssl
/
src
History
Chris Conlon
060ff5e5ef
address fortify critical issues
2016-12-19 11:53:14 -07:00
..
crl.c
Rename *Mutex Functions with wc_ prefix. Expose these functions for
2016-10-03 16:36:05 -06:00
include.am
Merge pull request
#604
from JacobBarthelmeh/PKCS12
2016-11-04 15:50:50 -07:00
internal.c
address fortify critical issues
2016-12-19 11:53:14 -07:00
io.c
New Atmel support (WOLFSSL_ATMEL) and port for ATECC508A (WOLFSSL_ATECC508A). Adds wolfCrypt support for ECC Hardware acceleration using the ATECC508A. Adds new PK callback for ECC shared secret. Fixed missing "wc_InitRng_ex" when using "CUSTOM_RAND_GENERATE_BLOCK". Added ATECC508A RNG block function for P-RNG bypass ability. Added internal "wolfSSL_GetEccPrivateKey" function for getting reference to private key for ECC shared secret (used in test.h for testing PK_CALLBACK mode). Added README.md for using the Atmel ATECC508A port.
2016-12-07 07:57:55 -08:00
keys.c
static analysis : Fix warnings with wc_AesCcmSetKey
2016-10-12 10:02:53 -06:00
ocsp.c
Rename *Mutex Functions with wc_ prefix. Expose these functions for
2016-10-03 16:36:05 -06:00
sniffer.c
Prevent forcezero from running on freed memory
2016-12-08 15:11:41 -07:00
ssl.c
Moved wolfSSL_GetEccKey logic to internal.c and use only for PK_CALLBACK. Added other ECC key info to the EccSharedSecretCb. Cleanup of the "if (ssl->ctx->EccSharedSecretCb == NULL)" logic to revert indent so changes are minimized. Removed new wolfSSL_GetEccKey API.
2016-12-07 07:57:55 -08:00
tls.c
Merge pull request
#625
from dgarske/tls_nosha256
2016-11-17 16:14:28 -08:00