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 10:22:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1bd2c8b35b4fc98fc4efd96d03e60e892a8e6a0
wolfssl
/
src
History
David Garske
a6b96b17ff
Fixes to include path for NXP ksdk_port. Fixes for time USER/OVERRIDES so their #ifdef's are checked first. Fix to initialize LTC via new "ksdk_port_init" function. Cleanup of the ksdk_port.c for formatting, macros, statics and line length. Cleanup of the AES code for key size. Cleanup of the wolfCrypt sha.c for readability. Added support for the KSDK bare metal drivers to the IDE Rowley CrossWorks example. Updated the settings.h to allow for overrides in Freescale section. Updated README with info for using LTC.
2016-12-05 09:01:59 -08: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
Fixes to include path for NXP ksdk_port. Fixes for time USER/OVERRIDES so their #ifdef's are checked first. Fix to initialize LTC via new "ksdk_port_init" function. Cleanup of the ksdk_port.c for formatting, macros, statics and line length. Cleanup of the AES code for key size. Cleanup of the wolfCrypt sha.c for readability. Added support for the KSDK bare metal drivers to the IDE Rowley CrossWorks example. Updated the settings.h to allow for overrides in Freescale section. Updated README with info for using LTC.
2016-12-05 09:01:59 -08:00
io.c
allow separate set fds for read/write, helpful for DTLS multicast
2016-11-30 11:15:57 -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
Rename *Mutex Functions with wc_ prefix. Expose these functions for
2016-10-03 16:36:05 -06:00
ssl.c
Added "wolfSSL_use_certificate_chain_buffer_format". Added "wolfSSL_SESSION_CIPHER_get_name" to get cipher suite name using WOLFSSL_SESSION*. Moved the "wolfSSL_get_cipher_name_from_suite" function to internal.c. Added new server-cert-chain.der, which is combination of ca-cert.der and server-cert.der. Enhanced load_buffer to detect format using file extension. Can test use of DER cert chain with NO_FILESYSTEM defined using "./examples/server/server -c ./certs/server-cert-chain.der -k ./certs/server-key.der".
2016-11-30 16:26:02 -08:00
tls.c
Merge pull request
#625
from dgarske/tls_nosha256
2016-11-17 16:14:28 -08:00