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 Customer requested this change, being tracked under OE addition effort and was scheduled to go into master as part of OE check-in. However, FIPS cert is taking longer...

# Description - Disallow --enable-all with FIPS - Don't compile SRTP-KDF test & benchmark code when FIPS=v5 - In test.c, call wc_SetSeed_Cb from wolfcrypt_test instead of from main (fix for...

# Description Use assembly code for AES-XTS with MSVC for x64. # Testing Jenkins # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated...

### Version 5.7.0 ### Description Super interesting to see experimental support for stateful hashed-based signatures. I wanted to test both but it seems like I cannot enable both at the...

### Contact Details _No response_ ### Version 5.7.0 ### Description Building with flags -DOPENSSL_ALL -DOPENSSL_EXTRA -DOPENSSL_COEXIST generates the error ### Reproduction steps _No response_ ### Relevant log output ```shell .../wolfssl/ssl.h:4484:9:...

bug

### Contact Details [email protected] ### Version 5.5.1 (but I tested it on master as well, see reproducer) ### Description [wolfSSL compares directly the subject name strings](https://github.com/wolfSSL/wolfssl/blob/ff09f418c08f9a08019b6c3e215c617aedd97fc6/src/x509.c#L11162) and capitalization matters. On...

bug

Fixes https://github.com/wolfSSL/wolfssl/issues/7414 # Testing Added a test case.

### Version latest ### Description When calling the Base64_Decode() function in wolfcrypt/src/coding.c to decode a short base64 encoded string, it returns BAD_FUNC_ARG. input: - in = "Wr8NAAEAVQAAZr9jOA==" - inLen= 20...

# Description Handle reading and writing from big-endian byte array when compiling for big-endian. Fixes zd#17810 # Testing Emulator not available on Ubuntu for big-endian ARM. # Checklist - [...

`wolfSSL_connect` is called twice. Use `ret_i` in if check instead. # Description fix a bug in client-tls.c Fixes zd# # Testing How did you test? # Checklist - [ ]...