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 Fix building with WOLFSSL_RSA_VERIFY_ONLY. Fix naming conflict with the function `get_digit`. Fix memory leak in SskeArgs when using async and exiting SendServerKeyExchange early. Fixes zd#20030, 20036, 20048. #...

modifies the InitSSL() function in src/internal.c to recalculate cipher suites after copying DH parameters from the context to the SSL object. Fixes ZD19827

Fixes https://github.com/wolfSSL/wolfssl/issues/8591

# Description Support verifying messages with multiple signers. (ZD 20046) # Testing Verifying by `make unit_test`. The output can be found in [wolfssl-unit_test-out.txt](https://github.com/user-attachments/files/20612716/wolfssl-unit_test-out.txt), if required. # Checklist - [ ]...

Define it if `__FILE__` nor `__LINE__` are not available. Fixes ZD 19956

# Description rep_cnt is count of contiguous bytes with same value. First ever sample must set count to 1. Wasn't filling the cache up completely. Off by one in check...

# Description Code fixes to dilithium.c. Fixes zd#20042 # Testing -Wconversion on dilithium.c only. Uniitialized fixes from ticket. # Checklist - [ ] added tests - [ ] updated/added doxygen...

# Description Defining WOLFSSL_WC_LMS_SERIALIZE_STATE will have the state serialized before the private key data. Lots of memory used but means fast reload times. That means that the key can be...

Ran into a case where an old compiler (gcc version 4.7.2 (GCC)) was returning the wrong values for max/min with the constant time code.

# Description Change branch instructions to proper form. Use constant value rather than POLY1305_BLOCK_SIZE. Remove duplicate clobber registers - both w and x versions. Make clamp unconditionally compiled. Fixes zd#19886...