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 This is a no-code PR that adds Visual Studio 2022 Project Files to the wolfCrypt `test` and `benchmark` apps, as well as a root-level `wolfssl` as a reference...
### Version v5.7.2 ### Description Build wolfssl using option `--enable-debug-trace-errcodes` , I get a configure error: ```bash ...... | configure: Running make clean... | configure: --- | configure: Generating user...
This reverts commit 0f8b4dbc6391743c8046933005cb05021c259532, reversing changes made to 743a78dc853a84ab44c72f80523398d1b6ec30dd.
When running license.pl, it requires Util::File.pm.
# Description Not add a cert to CA cache if it doesn't have `CA:TRUE` as basic constraints. The behavior is enabled when OPENSSL_ALL is defined. This change is needed for...
# Description Updates wolfCrypt for various Espressif device and environment / version compatibility. A non-obvious but critical update is the `WOLFSSL_CMAKE_REQUIRED_ESP_TLS` detection in the new esp-tls component and bundle support....
# Description Updates Espressif examples with expanded Kconfig support, comment cleanup, and consistent cmake files, user settings, and other files in the local `components` directory. Fixes zd# # Testing Testing...
# Description * When dealing with authority key id extension, conform to RFC3280/RFC5280 and populate the keyid field with an ASN1 string containing the key id. * When dealing with...