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

Existing PKCS12 tests in test.c are really for the PKCS12 password based KDF functionality in pwdbased.c, so those have been renamed pcks12_kdf tests and a new function with the same...

# Description Add support for loading user CA certs from an arbitrary Windows cert store. # Testing Tested on Windows machine. # Checklist - [ ] added tests - [...

# Description Fixes zd#17844 # Testing Customer confirmed fix # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs - [ ]...

I found several incompatibility issues when I built gSOAP's plugins with wolfssl. 1. OpenSSL version checking issue One of gSOAP's plugins (mecevp) uses OPENSSL_VERSION_NUMBER to choose functions to compile, the...

# Description Adds a `settings.h` sanity check to ensure if DSA is enabled, that SHA1 is also enabled. I started going down the road of gating out *all* the DSA...

# Description Adds `IDE/PlatformIO` examples. See also https://github.com/wolfSSL/wolfssl/pull/7413 and https://github.com/platformio/platformio-registry/issues/85 Fixes zd# n/a # Testing How did you test? Tested manually using PlatformIO in VS Code. # Checklist - [...

Cleaned up how ECC_MIN_SZ gets set. Added in '--enable-wolfprovider' option.

# Description I fixed the way `options.h` is generated. It is now being generated properly using `configure_file`. Fixes #4489. # Testing I built wolfssl with CMake.

# Description Utilize `warn_unused_result` and `unused` attributes on IAR. Fixes zd# n/a # Testing Tested with the IAR compiler. # Checklist - [ ] added tests - [ ] updated/added...

Addressing PR comments from -Wconversion. Clean up of the ECC max/min bits size. Add in OPTION_CHECKING by default.