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
oqs-provider is a standalone OpenSSL 3provider enabling liboqs-based quantum-safe and hybrid key exchange for TLS 1.3, as well as quantum-safe and hybrid X.509 certificate generation, CMS, CMP and dgst (signature) operations.
When deployed, the oqs-provider binary (shared library) thus adds support for quantum-safe cryptographic operations to any standard OpenSSL(v3) installation. The ultimate goal is that all openssl functionality shall be PQC-enabled.
In general, the oqs-provider main branch is meant to be usable in conjunction with the main branch of liboqs and the master branch of OpenSSL.
Further details on building, testing and use can be found in README.md. See in particular limitations on intended use.
Release notes
This is version 0.6.0-rc1 of oqs-provider.
Security considerations
None.
What's New
This release continues from the 0.5.3 release of oqs-provider and is fully tested to be used in conjunction with the main branch of liboqs. This release is guaranteed to be in sync with v0.10.0 of liboqs.
This release also makes available ready-to-run binaries for Windows (.dll) and MacOS (.dylib) compiled for x64 CPUs. Activation and use is documented in USAGE.md.
Additional new feature highlights
First availability of standardized PQ algorithms, e.g., ML-KEM, ML-DSA
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
oqs-provider 0.6.0-rc1
About
The Open Quantum Safe (OQS) project has the goal of developing and prototyping quantum-resistant cryptography. More information on OQS can be found on our website: https://openquantumsafe.org/ and on Github at https://github.com/open-quantum-safe/.
oqs-provider is a standalone OpenSSL 3 provider enabling liboqs-based quantum-safe and hybrid key exchange for TLS 1.3, as well as quantum-safe and hybrid X.509 certificate generation, CMS, CMP and
dgst
(signature) operations.When deployed, the
oqs-provider
binary (shared library) thus adds support for quantum-safe cryptographic operations to any standard OpenSSL(v3) installation. The ultimate goal is that allopenssl
functionality shall be PQC-enabled.In general, the oqs-provider
main
branch is meant to be usable in conjunction with themain
branch of liboqs and themaster
branch of OpenSSL.Further details on building, testing and use can be found in README.md. See in particular limitations on intended use.
Release notes
This is version 0.6.0-rc1 of oqs-provider.
Security considerations
None.
What's New
This release continues from the 0.5.3 release of oqs-provider and is fully tested to be used in conjunction with the main branch of liboqs. This release is guaranteed to be in sync with v0.10.0 of
liboqs
.This release also makes available ready-to-run binaries for Windows (.dll) and MacOS (.dylib) compiled for
x64
CPUs. Activation and use is documented in USAGE.md.Additional new feature highlights
What's Changed
OSSL_PROVIDER_add_builtin
. by @thb-sb in Add a example of how to load oqsprovider usingOSSL_PROVIDER_add_builtin
. #308build
directory instead of_build
. by @thb-sb in Usebuild
directory instead of_build
. #314build
directory instead of_build
. (Usebuild
directory instead of_build
. #314)" by @baentsch in Revert "Usebuild
directory instead of_build
. (#314)" #325hybrid_classical_
andhybrid_pq_
OSSL_PARAMS
forEVP_PKEY
. by @thb-sb in Fix #372: exposehybrid_classical_
andhybrid_pq_
OSSL_PARAMS
forEVP_PKEY
. #374getenv
. by @thb-sb in Do not duplicate call togetenv
. #369--repeat until-pass:5
workaround for ASan tests. by @thb-sb in Remove--repeat until-pass:5
workaround for ASan tests. #382New Contributors
Full Changelog: 0.5.3...0.6.0-rc1
This discussion was created from the release 0.6.0-rc1.
Beta Was this translation helpful? Give feedback.
All reactions