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 13:42:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a46bdf6f69a6bc85cdd64f2cc73b7f684daab81
wolfssl
/
examples
History
David Garske
6de8348918
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
..
benchmark
Refactor for max record size (
#1475
)
2018-04-05 09:11:58 -07:00
client
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
echoclient
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
echoserver
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
sctp
Release v3.12.2 (lib 14.0.0). Updated copywright.
2017-10-22 15:58:35 -07:00
server
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
include.am
Moved to IDE/XCODE. Fixed build warnings with xcode. Updated the
user_settings.h
to support fast math, ECC, timing resistance, single precision math, ARMv8, SHA3, ChaCha20/Poly1305, Ed/Curve25519 and ensure default disables are defined. Added Xcode iOS benchmark example. Runs wolfCrypt test, wolfCrypt benchmark and the new TLS benchmark by cipher suite.
2017-12-07 11:02:19 +01:00