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 Use a mask to blind the private key after use so that stored private key is always changing. Fixes zd#17783 # Testing ./configure '--disable-shared' 'CFLAGS=-DWOLFSSL_ECC_BLIND_K' # Checklist -...
### Contact Details _No response_ ### Version 5.7.0 ### Description I maintain a [non-official package](https://aur.archlinux.org/packages/wolfssl-liboqs) for Arch Linux in the user repository ([AUR](https://aur.archlinux.org/)). I prefer using `cmake` and with the...
### Version 5.7.0 ### Description I am looking for feature extract OID from x.509 certificate in wolfssl. Please let me know whether that feature available in wolfsll, or is there...
### Contact Details [email protected] ### Version Cloned from GitHub. Commit: 03ed52bd816af7a8b5d80384c2ce05b182d51528 When I switch to `v5.6.6-stable`, I still get the same import error. ### Description Following up on a conversation...
- haproxy does not need secure renegotiation - let enable-all enable haproxy and quic Fixes https://github.com/wolfSSL/wolfssl/issues/6834
- Fix BIO_BIO type - Set retry flags correctly - Add CRL callback - Copy the alt names instead of trying to share a pointer - Allow calling wolfSSL_get_servername on...
# Description Add `wolfSSL_SessionIsSetup`, so the user can check if a session ticket has been sent by the server Fixes zd#17557 # Testing Added a check to the normal session...
# Description The current Ada wrapper and its associated build scripts create a client/server setup/example. However, this is not enough (from my understanding) in order to easily consume WolfSSL from...