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 Please describe the scope of the fix or feature addition. Fixes zd# # Testing How did you test? # Checklist - [ ] added tests - [ ]...

Applying `sizeof` to an already calculated size makes no sense. # Description Please describe the scope of the fix or feature addition. Fixes zd# # Testing How did you test?...

# Description Please describe the scope of the fix or feature addition. Fixes zd# # Testing How did you test? # Checklist - [ ] added tests - [ ]...

### Version 5.7.0 ### Description These are four ASAN reports that presumably belong to the same bug. The bugs were found while testing `ngtcp2`, but I believe they originate in...

bug

# Description If wolfSSL_Free() determines that the ‘heap’ argument is not NULL, it goes on to the ‘else’ statement of memory.c, where it executes the following: 'wc_LockMutex(&(mem->memory_mutex)’ without checking whether...

# Description This is primarily an update to the Espressif test and benchmark examples. The updates to the client and server will be addressed in a separate PR. I don't...

enhancement

# Description Please describe the scope of the fix or feature addition. Fixes https://github.com/wolfSSL/wolfssl/issues/5438 `add_option` in `functions.cmake` always produces variables of type string even for boolean options. I fixed it...

### Contact Details (use Gitlab) ### Version v5.6.6-stable-564-g3129e29a1 ### Description Apparently OpenSSL fills in the bits into the int pointed to by the 2nd argument of SSL_CIPHER_get_bits(sc, &i); in addition...

bug

# Description Please describe the scope of the fix or feature addition. Fixes zd#17724 # Testing WinCE OE addition standup # Checklist - [ ] added tests - [ ]...

### Version v5.6.6-stable ### Description Hello, I'm using jwt-cpp for JWT tokens inside my application and it expects OpenSSL/LibreSSL/WolfSSL. Bundling each of them seems like a lot of painful work,...