Welcome to the new release candidate two (RC2) for the next release of LibPKI (v0.9.9). This new release comes with lots of changes that include, but are not limited to, the following:
- Support for Quantum-Safe cryptography via the OQS library (see README.md for more details)
- Support for Hybrid certificates via Composite Crypto (see README.md for more details)
- Refactoring of test scripts to be more informative (more work is needed)
- Refactoring of the generic signing code to accommodate for new algorithms
- Added support for new classic algorithms such as ED25519, ED448, and RSAPSS
- Simplified OCSP interface by removing unused functions and added new tests for response signing.
- Added (Initial) support for OpenSSL 3.x branches (not extensively tested, expect issues)
- (Initial) Refactoring for the CMS interface to simplify its use
What's Changed (RC1 to RC2)
- 78 port libpki to openssl 3x by @opencrypto in #79
Full Changelog: v0.9.9-rc1...v0.9.9-rc2