wolfssl
wolfssl copied to clipboard
The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
### Contact Details [email protected] ### Version v5.4.0-stable, master latest (7004157869e5445b086045ea9e9f86833fb2e330) ### Description I try to load the private (not encrypted) PKCS#8 key into CTX with `wolfSSL_CTX_use_PrivateKey_buffer` or just load RsaKey...
Ms abi
# Description Added WOLFSSL_ABI macros to the customer requested API that must not change in the future. This will allow us to track them and make sure they do not...
# Description This PR adds support to wolfSSL's Zephyr sample applications for the Nordic nRF5340 Development Kit. It enables use of the CryptoCell-312 on the nRF5340 through use of the...
# Description EEMBC has been doing testing with various SSL server implementations for P256, P384 and 25519. We added this switch, and thought it would be easier for our users...
# Description Change to build assembly code for ARMv7a with NEON instruction set. ./configure -host=armv7a --enable-armasm Added ARM32 SHA-256 NEON only implementation. # Testing Tested SHA-256 NEON implementation using QEMU....
Also: * added HAVE_FALCON guards as needed. * corrected minor falcon bugs as I found them. * handling OID sum collision between DILITHIUM_LEVEL5 and DILITHIUM_AES_LEVEL3
# Description This PR adds wolfSSL_PEM_read_RSAPrivateKey() to the OpenSSL compatible API, and adds the unit-test code to tests/api.c . wolfSSL_PEM_read_RSAPrivateKey() was added from line 1782 to line 1822. \#ifdef is...
# Description Error return from sp_*_uncompress() (only allocation failures) wasn't being checked in ecc.c. Fixes zd#14599 # Testing Standard tests. Guido confirming. # Checklist - [ ] added tests -...
# Description Add support for parsing and verifying certificates with RSA-PSS signatures. Including check PSS parameters in key with those in signature algorithm. Add support for parsing private RSA PSS...
### Contact Details _No response_ ### Version github ### Description From CMakeList.txt ``` add_option("WOLFSSL_CODING" "Enable coding base 16/64 (default: enabled)" "yes" "yes;no") ``` The above is an autoconf'ism(*). To have...