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.6.6 ### Description I have built wolfssl with liboqs on WSL Ubuntu. I generated Sphincs, Falcon, and Dilithium certificates by using oqs-ossl3. The dilithum certificates are working fine...

### Contact Details [email protected] ### Version 5.6.6 ### Description ``` 10.4/extra/wolfssl/wolfssl/src/internal.c:36597:31: error: ‘WOLFSSL’ has no member named ‘sessionCtxSz’ 36597 | it->sessionCtxSz = ssl->sessionCtxSz; | ^~ ``` above happened because one...

bug

### Contact Details _No response_ ### Version 88d25036a005ba ### Description Distributions which ship packages with wolfssl are building with `--enable-distro`, which does an `--enable-all`. However `--enable-all` does not activate `--enable-quic`...

bug

### Version 5.6.6 ### Description Breaking ABI compatibility / changing SONAME in a patch release (5.6.4 -> 5.6.6) is really not cool. ```diff -usr/lib/libwolfssl.so.41.0.0: SONAME libwolfssl.so.41 +usr/lib/libwolfssl.so.42.0.0: SONAME libwolfssl.so.42 ```

# Description add cryptoCbSWFallback byte field to mark when sotware fallback was used, fix ssl using software fallback even when WOLF_CRYPTO_CB_ONLY_RSA or WOLF_CRYPTO_CB_ONLY_ECC are defined # Testing Tested with internal...

### Contact Details _No response_ ### Version 5.6.6 ### Description The `check_time` does not seem to have an effect, the code only works if the system time is rewound(to make...

bug

# Description An attempt to improve validation of subjAltName to allow UUID ([RFC 4122](http://www.ietf.org/rfc/rfc4122.txt)) and URNs for device identifiers ([RFC 9039](https://www.rfc-editor.org/rfc/rfc9039.html)) in subjAltName field, but still ensuring the URN is...

### Version WolfSSL commercial v5.6.4 ### Description I found MAX_MTU is 1400 when Sending data using DTLS1.2. I want to know about the value of MAX_MTU, why set it to...

question

# Description Refactor Hpke to allow multiple uses of a context instead of just one shot mode. Refactor ECH to handle hello retry request with a different ech acceptance scheme...

### Version Latest master branch ### Description There are a large numbers of improvements in my [fork](https://github.com/gojimmypi/wolfssl/tree/ED25519_SHA2_fix) that not only address several open issues, but also include numerous other improvements,...

enhancement
help wanted
New Chipset