wolfssl
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!
# Description Please describe the scope of the fix or feature addition. Fixes zd# # Testing How did you test? # Checklist - [ ] added tests - [ ]...
### Version master ### Description Consider an application that doesn't set a custom set of supported key exchange groups (e.g., using `wolfSSL_CTX_set_groups()`), for example NGINX compiled with WolfSSL. When establishing...
# Description CRL improvements, add parsing for CRL number, do not allow CRL duplicates, add callback for when CRL entry is updated. # Checklist - [x] added tests - [x]...
Currently `wolfSSL_UseALPN` takes `char*` argument which suggests that it mutates the data it receives while it just copies the data to a temporary allocated buffer so it should take `const...
- In wc_ecc_import_private_key_ex(), do not call wc_MAXQ10XX_EccSetKey() if the key is not a MAXQ key. Need this because KeyPairImport does not reside on MAXQ device so it will error out....
### Contact Details _No response_ ### Version 5.7.2 ### Description I am trying to completely disable WolfSSL AES, to avoid conflicts with AES symbols in libnettle. This is when using...
### Contact Details [email protected] ### Version master ### Description Configuration error combining --enable-opensslall and --enable-ech Fedora Linux 40 ### Reproduction steps I have encountered the configuration error while adding ECH...
### Version latest ### Description Hi. I want to cross compile WolfSSL to Risc-v on Qemu. I use x64 architecture. I want to know if it is possible to do...
### CC @peckto ### Version bd155389e205f662d66f3bdcd262d32f9d70ef51 ### Description Hi! I am opening this issue to share an conspicuousness I found during my research work. We did some tests with a...
### Version 5.7.2 ### Description It seems that the binaries built on/for 32-bit platforms have some troubles in OCSP. ## ocsp.test differs on 64-bit platform and 32-bit platform If I...