This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d68a6fb4c7b309bcd3142581df83438f9629a1ef
wolfssl
/
wolfcrypt
History
David Garske
98c186017a
Fixes for build failures. Added new
WC_MAX_SYM_KEY_SIZE
macro for helping determine max key size. Added enum for unique cipher types. Added
CHACHA_MAX_KEY_SZ
for ChaCha.
2018-04-09 13:28:15 -07:00
..
benchmark
Refactor unqiue hash types to use same internal values (ex WC_MD5 == WC_HASH_TYPE_MD5). Refactor the Sha3 types to use wc_ naming.
2018-04-09 13:28:15 -07:00
src
Fixes for build failures. Added new
WC_MAX_SYM_KEY_SIZE
macro for helping determine max key size. Added enum for unique cipher types. Added
CHACHA_MAX_KEY_SZ
for ChaCha.
2018-04-09 13:28:15 -07:00
test
Refactor unqiue hash types to use same internal values (ex WC_MD5 == WC_HASH_TYPE_MD5). Refactor the Sha3 types to use wc_ naming.
2018-04-09 13:28:15 -07:00
user-crypto
* Added support for not loading a private key for server or client when
HAVE_PK_CALLBACK
is defined and the private PK callback is set. Tested with all cipher suites, TLS 1.2/1.3, client/server certs, RSA/ECC/ED25519.
2018-03-21 11:27:08 -07:00