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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Add generating Chimera (dual-algorithm) certificates, enabling conventional
and post-quantum signatures on a single X.509 cert by @Yu-Ma28051503 (PR 182)
Implement OCSP client and OCSP responder with both HTTP and SCGI transports,
allowing the responder to be fronted by nginx in production by @julek-wolfssl
(PR 200)
Port shell-based tests to Python (unittest) so the test suite can run on
Windows in addition to Linux/macOS by @julek-wolfssl (PR 215)
Support passing an explicit key file to the enc command instead of deriving
the key from a password by @embhorn (PR 224)
Fixes and Enhancements
Improve x509-req test coverage by @kojiws (PR 188)
Fix README examples and setting of the subject name in the req command by @Yu-Ma28051503 (PR 191)
Check that the keystring is present before use to avoid a segfault in the
pkey command by @anhu (PR 192)
Fix enc command handling of the legacy algorithm name format
(e.g. aes-128-cbc) by @lealem47 (PR 193)
Remove redundant manual null-termination already added by the compiler for
string literals by @anhu (PR 194)
Sign/verify with ML-DSA now passes a context for interop with OpenSSL
signatures by @anhu (PR 195)
Fix path concatenation in wolfCLU_CertSignAppendOut so generated output paths
are well-formed by @kojo1 (PR 197)
Document build prerequisites (autoconf, automake, libtool) in the README by @kareem-wolfssl (PR 201)
Fix out-of-bounds writes when processing argv by @miyazakh (PR 202)
Fix wrong variable used when storing the RSA exponent by @miyazakh (PR 203)