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!
Depends on https://github.com/wolfSSL/osp/pull/185 and https://github.com/wolfSSL/wolfssl/pull/7662
ZD 16606 Add option to output stream's content using a callback with wc_PKCS7_VerifySignedData call.
Depends on https://github.com/wolfSSL/osp/pull/181
### Version 5.7.0 ### Description Generally, wolfSSL has support for PKCS#7 decryption operations. Please add the PKCS7_decrypt function to the OpenSSL compatibility layer.
### Contact Details _No response_ ### Version v5.7.0-stable ### Description src/ssl.c:ProcessBuffer() fails if dilithium_level5_entity_key.pem is parsed by application into DER and passed to `wolfSSL_CTX_use_PrivateKey_buffer()` with format `WOLFSSL_FILETYPE_ASN1`, but works if...
Found with: `./configure --enable-lighty --enable-debug` Fixes ZD: 18173
### Version 5.7.0 ### Description `./configure --enable-quic --enable-opensslcoexist` fails with the following error: **configure: error: Cannot use --enable-opensslcoexist with --enable-opensslextra** This occurs due to [this setting](https://github.com/wolfSSL/wolfssl/blob/master/configure.ac#L2034). Any workaround I can...
### Version latest ### Description # Improving wolfSSL integration with the Espressif ESP-IDF This is an anchor GitHub issue to track the various upcoming pull requests and other issues related...