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!
# Description Currently, compiling WolfSSL with liboqs is only possible with the configure system. I've created this PR to add liboqs support to the CMake build system. Now, CMake can...
# Description Experimental support for multi-threaded sniffer. ZD 14597 # Testing How did you test? # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ]...
# Description Currently, BIO_should_retry exists as a component of the OpenSSL compatibility layer. However, there is no way to check the should_read/should_write flag of a BIO object - the BIO_should_read...
# Description `BIO_sock_should_retry` and `BIO_sock_non_fatal_error` are not currently implemented inside the OpenSSL compatibility layer. `BIO_sock_should_retry` is used to check whether the last socket operation has resulted in a fatal error...
# Description Please describe the scope of the fix or feature addition. Fixes zd#14177 # Testing Using a modified example pkcs7 signedData.c
### Contact Details _No response_ ### Version 5.4.0 ### Description Target Environment: Android NDK 23c with `-march=i686 -msse3 -m32 -O3`. The resulting build can no longer establish a TLS /...
I've tried to implement some of the missing compile options from configure.ac.
# Description This PR contains the common (non board-specific) changes done while working on the port for Xilinx Versal. # Testing Ran `make check`. # Checklist - [ ] added...
# Description Complete port to Xilinx Versal with support for the AES-GCM, ECDSA, RSA, TRNG and SHA3-384 engines. ~The first part of this PR is handled in #5165~ **Edit**: This...
# Description Valid private key must be less than order. Check on import when WOLFSSL_VALIDATE_ECC_IMPORT defined. Fixes zd#14571 # Testing POC # Checklist - [ ] added tests - [...