wolfssl icon indicating copy to clipboard operation
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!

Results 490 wolfssl issues
Sort by recently updated
recently updated
newest added

### Contact Details _No response_ ### Version 5.66 ### Description WolfSSL ver: 5.6.6 OpenSSL ver: 3.2.0 Visual Studio x64 app for Windows Testing WolfSSL's chacha20_poly1305 implementation i discovered that both...

bug

# Description Adds `wc_HMAC_KDF_Counter()` and `wc_HMAC_KDF_Feedback()` APIs enabled by defining `HAVE_HMAC_PRF_KDF`. From feature request list. # Testing Vectors from NIST in wolfCrypt test. # Checklist - [ ] added tests...

Feature Request

ZD 17312 Optimization to avoid public key check on import with PKCS7 init. Reduces time to init PKCS7 struct on resource constrained devices.

# Description Please describe the scope of the fix or feature addition. Fixes zd# # Testing How did you test? # Checklist - [ ] added tests - [ ]...

# Description Test now has an array of hashes. Use only first hash when testing full digest operation. # Testing Install SM code. ./configure --enable-sm3 make # Checklist - [...

# Description Move implementations of LMS and XMSS into wolfCrypt and use by default. # Testing Regression tested LMS and XMSS. # Checklist - [ ] added tests - [...

# Description Allow user specific return values for threading methods Fixes zd#17887 # Testing Confirmed patch by the customer # Checklist - [ ] added tests - [ ] updated/added...

# Description Update BUFFER_ERROR to the more descriptive NO_CERT_ERROR in case the Server tries to handshake without a certificate set. Fixes zd#17927

### Version master of 2024-05-07 ### Description While removing the OpenSSL 1.0.2 compatibility in OpenVPN (https://gerrit.openvpn.net/c/openvpn/+/559) I noticed that wolfSSL nows fails with missing EC_method support. It seems wolfSSL implements...

# Description This PR addresses the problems encountered for the ESP32-C2 as noted in https://github.com/wolfSSL/wolfssl/issues/7210 (see https://github.com/wolfSSL/wolfssl/issues/7210#issuecomment-2042123598). In particular, the concurrent SHA calculations have been improved: both in a multi-threaded...