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 Use signed variable for length calculation in SendTls13Certificate. Current code uses unsigned len which only works when decremented exactly to zero. Any mistakes in the length handling will...

Depends on https://github.com/wolfSSL/wolfssl/pull/7781 - wolfSSL_EVP_PKEY_set1_DH: If both private and public present, output private key - ToTraditionalInline_ex2: Add DH checking - wc_ecc_get_curve_id: check index is not negative - Fix i2d_PKCS8_PRIV_KEY_INFO to...

I have a client-server model based on Linux's SCTP sockets, using WolfSSL's DTLS 1.3 server and client methods. However, I'm encountering an issue that prevents both peers from completing the...

# Description Log the actual return code in the "General error" case. An ongoing support issue has been figuring out the error from send/recv/etc when it is not covered by...

- RsaFunctionPrivate: detect when only n,e,d are available - wolfSSL_EVP_add_digest: return success - wolfSSL_EVP_add_cipher: return success - wolfSSL_BN_bin2bn: accept NULL data if len is 0 (checked in mp_read_unsigned_bin) - wolfssl_read_bio:...

# Description allow sigParamsSz is zero and malloc(0) to return NULL Fixes zd#18481 # Testing ./configure CFLAGS="-DWC_RSA_PSS" --enable-crl --enable-opensslall make check # Checklist - [ ] added tests - [...

# Description This adds support for the TPU HW acceleration on the MAX32665 and MAX32666 from Analog Devices Code and Limitations where determined from the [User Guide UG6971; Rev 3;...

Hi, This PR adds support for all remaining hybrid PQC + ECC hybrid key exchange groups to match OQS. Next to two new combinations with SECP curves, this mainly also...

### Version 5.7.2 ### Description It is discouraged to call the raw RSA mechanims on a token `CKM_RSA_X_509` which is used by wolfCrypt PKCS#11. This mechanism is not supported by...

enhancement

### Version wolfssl 4.3.0 ### Description Hi, I have enabled these #define DEBUG_WOLFSSL #define WOLFSSL_EXTRA_ALERTS I suspect our custom socket layer as primary cause, but wireshark and wolfssl logs/prints are...