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!
This patch allows to load and validate OCSP response file in DER format, when haproxy starts. This file should be kept at the same path as the using server certificate...
### Version v5.7.0-stable ### Description Hello guys ! We have some user [requests](https://github.com/haproxy/haproxy/issues/2535) to make work OCSP stapling extension with haproxy process as a server, i.e. haproxy loads, parses by...
# Description Keep RNG seed file descriptor open until the RNG is freed. Fixes #7197 # Testing Built in tests # Checklist - [ ] added tests - [ ]...
# Description * New build option `--enable-psa-engine` and `WOLFSSL_HAVE_PSA_ENGINE` * wc: psa: support import AES keys * wc: psa: support AES cipher encrypt/decrypt * wc: psa: support ECC P256 key...
Combined some of the files into psk-tls.c and psk-ssl.c to reduce stack depth by aggressively altering call stack. An example client is located in mplabx/small-psk-build. Running the commands`cd mplabx/small-psk-build &&...
# Description The AES SIV algorithm implementation in WolfSSL would accept only exactly one vector of associated data, even though the definition of the algorithm of RFC5297 allows any number...
# Description Adds a new crypto callback for RSA with padding. The new callback optionally handles RSA padding itself, while maintaining existing fallback models.
### Contact Details [email protected] ### Version master ### Description When enabling DTLS with fragmentation support, the unit tests fail. More specifically, the test `972: test_dtls_frag_ch` fails according to the `test-suite.log`....
- Add option to disable ECH - InitSuites: clean up DTLS paths - wolfSSL_parse_cipher_list: remove WOLFSSL_MAX_SUITE_SZ setting - wolfSSL_parse_cipher_list: add rationale for keeping ciphersuites - test_dtls_frag_ch: ECH and ciphersuites were...