Skip to content

Commit

Permalink
switch doc to release, add backlevel liboqs support (open-quantum-saf…
Browse files Browse the repository at this point in the history
…e#544)

* switch doc to release, add backlevel liboqs support

Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com>

* correct SECURITY.md after release

Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com>

---------

Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com>
  • Loading branch information
baentsch authored Oct 15, 2024
1 parent c0ee292 commit 1bd2a1b
Show file tree
Hide file tree
Showing 3 changed files with 1,690 additions and 4 deletions.
24 changes: 21 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# oqs-provider 0.7.1-dev

## 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 the website: https://openquantumsafe.org/ and on Github at https://github.com/open-quantum-safe/.

**oqs-provider** is a standalone [OpenSSL 3](https://github.com/openssl/openssl) [provider](https://www.openssl.org/docs/manmaster/man7/provider.html) enabling [liboqs](https://github.com/open-quantum-safe/liboqs)-based quantum-safe and [hybrid key exchange](https://datatracker.ietf.org/doc/draft-ietf-pquip-pqt-hybrid-terminology) 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](https://csrc.nist.gov/projects/post-quantum-cryptography).

In general, the oqs-provider `main` branch is meant to be usable in conjunction with the `main` branch of [liboqs](https://github.com/open-quantum-safe/liboqs) and the `master` branch of [OpenSSL](https://github.com/openssl/openssl).

Further details on building, testing and use can be found in [README.md](https://github.com/open-quantum-safe/oqs-provider/blob/main/README.md). See in particular limitations on intended use.

## Release notes

This is version 0.7.1-dev of oqs-provider which continues from the earlier 0.7.0 release. This release is fully tested to be used in conjunction with the main branch of [liboqs](https://github.com/open-quantum-safe/liboqs) and is guaranteed to be in sync with v0.12.0 of `liboqs` as and when released.

Previous Release Notes
======================

# oqs-provider 0.7.0

## About
Expand Down Expand Up @@ -114,9 +135,6 @@ This fixes potential buffer overrun problems in hybrid key decoding. Use of prio

**Full Changelog**: https://github.com/open-quantum-safe/oqs-provider/compare/0.6.0...0.6.1

Previous Release Notes
======================

# oqs-provider 0.6.0

## About
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ We only support the most recent release.

| Version | Supported |
| ------- | ------------------ |
| 0.6.1 | :white_check_mark: |
| 0.7.0 | :white_check_mark: |
| 0.6.1 | :x: |
| 0.6.0 | :x: |
| 0.5.3 | :x: |
| 0.5.2 | :x: |
Expand Down
Loading

0 comments on commit 1bd2a1b

Please sign in to comment.