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 Make wolfSSL quiet_shutdown functions available when using OPENSSL_EXTRA_X509_SMALL. These functions are minimal in size and are useful. Fixes zd# 14615. # Testing Build + test suite. # Checklist...
fixes for issues introduced in #5384: added numerous missing `_SMALL_STACK` code paths (PK objects on the stack); in settings.h, enable `WOLFSSL_SMALL_STACK_STATIC` by default when `WOLFSSL_SMALL_STACK` is defined (`NO_WOLFSSL_SMALL_STACK_STATIC` to override);...
# Description This PR adds initial partial support for ConnectionID as described by RFC9146 and RFC9147. TLDR; A pair of "labels" (the ConnectionIDs) is negotiated in the handshake and the...
Adding `X509_CRL_print()` function, some parse methods, and fields to the appropriate structs when necessary.
# Description * Fix for handling `WC_PENDING_E` from decrypt session ticket callback. * Fix location of test.h call for `EarlyDataStatus` in examples. Needs to be outside the async block. Fixes...
### Contact Details _No response_ ### Version 5.4.0 ### Description osx 12.4, clang 14.0.6, used with cmake, installed via brew https://formulae.brew.sh/formula/wolfssl ```cmake set(wolfSSL_DIR ${_OSX_HOMEBREW_PATH}/opt/wolfssl) add_library(wolfssl UNKNOWN IMPORTED) set_target_properties( wolfssl PROPERTIES...
# Description Improve the documentation for HMAC hash types https://github.com/wolfSSL/wolfssl/issues/5450 # Testing # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs...
# Description In test with ngtcp2 example client using openssl, session resumption against a QUIC wolfssl server failed. The error was tracked down to wolfSSL believing EaryData needs to be...
# Description Return value must be set to 0 after calling `tsip_Tls13GenSharedSecret` Fixes zd14428 # Testing Customer confirmed # Checklist - [ ] added tests - [ ] updated/added doxygen...