You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recognize Windows drive-letter paths as absolute, enable more tests
- Check for drive-letter (X:) and backslash (\) paths as absolute in
ca -out handling, matching OpenSSL's ossl_is_absolute_path() logic
with #ifdef _WIN32 guard
- Add Windows-specific tests for drive-letter and backslash absolute
paths in TestCAOutdirPath
- Enable WOLFSSL_DUAL_ALG_CERTS for chimera/altextend CA tests
- Fix MSVC VLA error: use #define for LARGE_TEMP_SZ instead of
const int (MSVC requires compile-time constant for array sizes)
- Replace CSR attributes test: use new attributes-supported-csr.pem
with only wolfSSL-supported attributes (challengePassword,
unstructuredName), add test asserting unsupported attributes fail
0 commit comments