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

# Description * Fixes for building the compatibility layer with `WOLFSSL_NO_REALLOC`. * Improve benchmark FreeRTOS default tick rate logic. For example Xilinx FreeRTOS uses 10ms tick (not default 1ms), so...

For This Release

# Description Fix for ASAN warning with compatibility layer cipher lists in `ParseCipherList` and `CheckcipherList`. ``` wolfssl/src/ssl.c:11892:16: runtime error: applying non-zero offset 1 to null pointer SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior wolfssl/src/ssl.c:11892:16...

For This Release

### Version 5.7.0 ### Description In 'make test' process, section unit.test ended up with FAIL status. Here is the log of test-suite: ` SSL version is DTLSv1.3 SSL cipher suite...

# Description Fixes zd#17990 # Testing server: ``` mcs wolfSSL_CSharp/wolfSSL.cs wolfSSL_CSharp/X509.cs \ wolfSSL-TLS-Server/wolfSSL-TLS-Server.cs -OUT:server.exe ``` client: ``` mcs wolfSSL_CSharp/wolfSSL.cs wolfSSL_CSharp/X509.cs \ wolfSSL-TLS-Client/wolfSSL-TLS-Client.cs -OUT:client.exe ``` # Checklist - [x] added tests...

For This Release

# Description Ignore protocol version being less than expected when received directly after ClientHello. Protocol version negotiation hasn't taken place and a lower version can be sent to cover minimum...

For This Release

# Description LDRD/STRD not available with ARMv6 and the alternative is two ldr/str operations. Pointer was 64-bits causing second ldr/str to be 8 bytes passed first and not 4 bytes....

For This Release

### Contact Details [email protected] ### Version 5.7.0 ### Description This happens in MariaDB, which uses WolfSSL 5.7.0 (compiles as submodule), using SP_MATH_ALL with assembly support. Most recent version of MariaDB...

bug

# Description Use movdqu instead of vmovdqu so that function works on SSE2 only CPUs. Fixes #7663 # Testing Examined code. # Checklist - [ ] added tests - [...

For This Release

# Description Support for Renesas RX TSIP with ECDSA and Crypto Callbacks. * Fix building ECC with NO_ASN (`./configure --enable-cryptonly --disable-rsa --disable-asn --disable-examples`). * Fix for building `WOLFSSL_RENESAS_TSIP_CRYPTONLY` and `NO_WOLFSSL_RENESAS_TSIP_CRYPT_HASH`....

# Description Applies only to ESP8266 `make` builds. Adds clarification in `wolfssl_client` example for Espressif ESP8266 builds on how the `WOLFSSL_ROOT` value should be used (relative, not absolute), in both...