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

### Version 5.7.2 ### Description According to [POSIX specification](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html), the "sleep" command is not required to support non-integer number, like, "sleep 0.1". For example, [HP-UX 11 manual](https://man.freebsd.org/cgi/man.cgi?query=sleep&apropos=0&sektion=0&manpath=HP-UX+11.22&arch=default&format=html) says a non-integer...

question

# Description Similar to OCSP Stapling v2 Multi, Request OCSP response for Intermediate cert of server certificate chain and include the results to extension of CertificateEntry in Certificate Message This...

# Description In `wolfSSL_X509_verify_cert`, after an error has been set is can be overwritten by the subsequent date check. If the callback is being used to override date errors, then...

### Version 5.7.2 ### Description For wolfssl rpm in fedora, I have to modify the test suite like so, in order to allow it to succeed in a build environment...

# Description kdf.c: wc_PRF() - No need for previous, reuse current. sha256.c: Transform_Sha256() - Add slow but small version for many register implementation. sp_int.h: Change 'used' and 'size' fields to...

### Contact Details knight-of-ni ### Version 5.7.2 ### Description When building Netatalk 3.2.5 against wolfssl 5.7.2, the build fails with the error below because FIPS_VERSION3_GE macro is not defined. Note...

bug

# Description Compile with WOLFSSL_DILITHIUM_FIPS204_DRAFT to get code that implements the FIPS-204 August 2023 DRAFT. Alternatively, --enable-dilithium=draft or --enable-dilithium=fips204-draft # Testing Diltihium regression testing. # Checklist - [ ] added...

# Description Allow, with a define, ECC signature algorithm parameters to be NULL and not just empty. Only for interop. Fixes zd#18513 # Testing Standard # Checklist - [ ]...

Update key and signed-ca data Add a script to generate signed cert # Description Update signed-ca data to be used at an example program # Testing run an example program...