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-26 22:02:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
168203ff9d88ec96f3993f652e0408ba48837abc
wolfssl
/
src
History
toddouska
168203ff9d
Merge pull request
#649
from dgarske/distro
...
Linux Distro Patches
2016-12-16 16:03:16 -08:00
..
crl.c
Fixes for building with CRL monitor when not linux, OS X or FreeBSD and --enable-distro set. Cleanup of the crl.c HAVE_CRL_MONITOR checks for OS and make sure if StopMonitor preprocessor is defined the function will also be defined.
2016-12-07 07:07:27 -08:00
include.am
Merge pull request
#604
from JacobBarthelmeh/PKCS12
2016-11-04 15:50:50 -07:00
internal.c
Merge pull request
#666
from cconlon/chachafix
2016-12-15 12:08:08 -08: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
fix Windows debug build warning with secure renegotiation
2016-12-09 14:31:21 -08:00