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.1.1 ### Description wolfSSL server is configured to validate client certificate. Client presents a certificate signed with RSA/SHA1. NO_OLD_TLS is specified, which cancels out SHA1. But it's brought...

# Description Add conditional for `WOLFSSL_ALLOW_TLS_SHA1` with `!NO_OLD_TLS` Fixes #4791 # Testing Built with `./configure --disable-oldtls -- CFLAGS="-DWOLFSSL_ALLOW_TLS_SHA1"`

# Description When compiled with WOLFSSL_TLS13_AUTO_REKEY, the TLS 1.3 code will rekey, using KeyUpdate message, when the maximum number of invocations of encrypt has been reached and will fail when...

Pulling in work done for the FreeRTOS-AWS port for the PKCS 11 wrapper. Added new build option (--enable-pkwrap), which is enabled by default. Currently supports ECC and RSA handling for...

A FreeBSD user reports a compile error for GNU Wget2: https://gitlab.com/gnuwget/wget2/-/issues/571 ``` ssl_wolfssl.c:877:49: error: use of undeclared identifier 'WOLFSSL_ALPN_CONTINUE_ON_MISMATCH' ``` as well as warnings about missing ALPN function declarations. The...

### Contact Details _No response_ ### Version 5.2.0 ### Description OS: Solaris 11.3 running on SPARC T4 CPU. wolfssl_Accept crashes with SIGBUS. This type of exception occurs on SPARC when...

bug

### Version v5.1.1 ### Description I have a use case where wolfSSL is used in a server process (built on top of asio). This process handles DTLS 1.2 connections. I...

unit.test fails thusly on an `--enable-all --enable-sessionexport` build: ``` ssl->version.major=254 exp[idx-2]=254 ssl->version.minor=253 exp[idx-1]=255 src/internal.c L1390 ImportOptions VERSION_ERROR ERROR - tests/api.c line 4299 failed with: expected: wolfSSL_dtls_import(ssl, buf, sz) >= 0...

Support for Renesas Secure Cryptography Engine (TRNG,SHA-256,AES,ECC,RSA)