Skip to content

LibPKI v0.9.9-rc1 (Exp)

Compare
Choose a tag to compare
@opencrypto opencrypto released this 16 Aug 03:07
· 44 commits to master since this release

This new pre-release of LibPKI with lots of changes that include, but are not limited to, the following areas:

  • 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: added new tests for response signing and removed un-used functions.
  • (Initial) support for OpenSSL 3.x branches (not extensively tested, expect issues)
  • (Initial) refactoring for the CMS interface to simplify its use

Full Changelog: v0.9.2...v0.9.9-rc1

What's Changed

  • Fix compilation on FreeBSD by @ruomad in #54
  • Fix include cms_cert_req.h in libpki/cmc.h by @crynsane in #44
  • Initial support for LibOQS 0.7.2 by @opencrypto in #55
  • Added function for public key encryption and decryption. by @opencrypto in #61
  • Adding Support for Post-Quantum and Composite Algorithms. by @opencrypto in #69
  • 66 add support for composite cryptography fix recover by @opencrypto in #70
  • 71 add support for oqs 080 by @opencrypto in #72
  • Align OID with the OID mapping file in PQC certificates repo by @opencrypto in #73
  • Add support for arm/powerpc and allow compiling with OpenSSL 3+ by @ruomad in #74
  • 75 update test infrastructure and openssl 3 by @opencrypto in #77
  • 75 update test infrastructure by @opencrypto in #76

New Contributors