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!
Caused issue with an old microchip compiler
# Description Support for ECC_CACHE_CURVE with no malloc. Fixes ZD 17774 # Testing ``` ./configure CFLAGS="-DECC_CACHE_CURVE -DWOLFSSL_NO_MALLOC" --enable-staticmemory && make ``` # Checklist - [ ] added tests - [...
# Description This PR adds a new cmake helper function `SET_WOLFSSL_DEFINITIONS` and adds support for Kyber and LIBOQS as noted in https://github.com/wolfSSL/wolfssl/issues/7425 The additional items mentioned in the comments https://github.com/wolfSSL/wolfssl/issues/7425#issuecomment-2056780549...
### Contact Details _No response_ ### Version built from master just a day ago ### Description When I build curl to do HTTP/3 using ngtcp2+nghttp3 and wolfSSL, I can connect...
# Description Add wrappers for ShaFinalRaw / Sha256FinalRaw when Sha/Sha256 is offloaded to the DCP. See ZD17822 # Testing Tested with MCUexpresso SDK_2.15.000_MIMXRT1060-EVKB
# Description Variable is length instead of len. # Testing ./configure CFLAGS=-DWOLFSSL_DEBUG_ASN_TEMPLATE # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs...
# Description When ProcessBufferCertTypes() is not called, 'der' is not freed. # Testing Mem fail testing. # Checklist - [ ] added tests - [ ] updated/added doxygen - [...
# Description If we have an expired CRL and loads another non-expired CRL, the current CRL check ends up returning the error from checking the CRL next date, while it...
# Description Allow using wolfSSL_CTX_set_default_verify_paths without WOLFSSL_SYS_CA_CERTS defined. Fix NO_WOLFSSL_STUB typo. Fixes zd#17857 # Testing Built in tests # Checklist - [ ] added tests - [ ] updated/added doxygen...
- cert gen - csr gen - pkcs12 - Compiles for Zephyr 3.4.0 and 2.7.4 - Add support for CONFIG_POSIX_API