kareem-wolfssl
kareem-wolfssl
# Description Make wolfSSL quiet_shutdown functions available when using OPENSSL_EXTRA_X509_SMALL. These functions are minimal in size and are useful. Fixes zd# 14615. # Testing Build + test suite. # Checklist...
# Description Fixes #5602 # Testing How did you test? # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs - [...
# Description Fixes zd# 17269 XREALLOC is used throughout our code, so it should always be defined rather than only when USE_INTEGER_HEAP_MATH or OPENSSL_EXTRA are defined.
# Description Please describe the scope of the fix or feature addition. Fixes zd#16927 # Testing Unit test # Checklist - [X] added tests - [ ] updated/added doxygen -...
# Description Allow using wolfSSL_CTX_set_default_verify_paths without WOLFSSL_SYS_CA_CERTS defined. Fix NO_WOLFSSL_STUB typo. Fixes zd#17857 # Testing Built in tests # Checklist - [ ] added tests - [ ] updated/added doxygen...
Add support for loading user CA certs from a configurable Windows cert store. Depends on PR https://github.com/wolfSSL/wolfssh/pull/577 and https://github.com/wolfSSL/wolfssl/pull/7503 Draft for now, do not merge until customer confirms it works....
# Description Add support for loading user CA certs from an arbitrary Windows cert store. # Testing Tested on Windows machine. # Checklist - [ ] added tests - [...
# Description Fixes zd#17844 # Testing Customer confirmed fix # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs - [ ]...
# Description Fixes zd#17977 Credit to wolfSentry for the fix Customer to confirm fix, please do not merge before then # Testing Built in tests with --enable-dtlscid --enable-tls13 --enable-tlsx --enable-dtls13...
# Description Please describe the scope of the fix or feature addition. Fixes zd#17975