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 Small change to fix mingw32 build which is failing for me with the following error `i686-w64-mingw32-gcc: error: $
# Description When the ESP-IDF setup process terminates successfully, it seems more intuitive to let the script "setup.sh" `exit 0` to indicate success. It would also help avoid breakage when...
# Description Updated libnds (IDE/NDS) README for DS emulation. Included configuration for hardware or an emulator, this includes an added C-flag in wolf crypt/test/test.c to differentiates between hardware and emulation....
# Description Using Linux, there is a 'linux cooked capture' layer that is added on, and the packets seem to contain two extra bytes. Also reworked the argument handling to...
# Description On the server side, OpenSSL offloads the creation and the verification of the ocsp response to staple to the user application. This commit moves the invocation point of...
Adding in a spell checker
### Version 5.7.2 ### Description Hi everyone and @gojimmypi, I'm working on an ESP-IDF HomeKit project and using wolfSSL as a managed component to simplify version updates. I've added wolfSSL...
`wc_MlKemKey_Decapsulate` is incorrectly mapped to `wc_KyberKey_Encapsulate` instead of `wc_KyberKey_Decapsulate`: https://github.com/wolfSSL/wolfssl/blob/2e539ef70cbf129dd2b1471ae0e0d243853880ca/wolfssl/wolfcrypt/kyber.h#L259
### Version 5.7.2 ### Description WolfSSL built with `--enable-ocsp --enable-ocspstapling --enable-ocspstapling2` Hello! I have a TLS client application that uses OCSP stapling **only** (the client will not send OCSP requests...
# Description Fixed small grammer typo in READMEs. # Testing No testing needed