Skip to content

Latest commit

 

History

History
131 lines (103 loc) · 9.42 KB

RELEASE.md

File metadata and controls

131 lines (103 loc) · 9.42 KB

oqs-demos snapshot 2023-10 (0.9.0)

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/.

liboqs is an open source C library for quantum-resistant cryptographic algorithms.

open-quantum-safe/oqs-demos is a collection of integrations of liboqs into various high-level applications requiring the use of cryptography for their core operations. The goal of this integration is to provide easy prototyping of quantum-resistant cryptography in standard applications. The integrations should not be considered "production quality".

Release notes

This is the 2023-10 release of oqs-demos, which was released on October 31, 2023. This release is intended to be used with liboqs tag/version 0.9.0, oqs-provider version 0.5.2, and oqs-openssh tag/version OQS-OpenSSH-snapshot-2023-10.

What's New

Since the 0.8.0 release (2023-06) the following key changes occurred:

  • ngtcp2 and epiphany integration updated to use OpenSSL3 & oqs-provider
  • General upgrade to Chromium and BoringSSL integration and documentation, incl. Windows support
  • Added full QSC chain to (nginx) test server logic
  • Several updates to follow upstream package changes (nginx, curl, oqs-provider, liboqs, ngtcp2)

What's Changed

New Contributors

Full Changelog: https://github.com/open-quantum-safe/oqs-demos/compare/0.8.0...0.9.0

Previous release documentation(s)

oqs-demos snapshot 2023-06 (0.8.0)

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/.

liboqs is an open source C library for quantum-resistant cryptographic algorithms.

open-quantum-safe/oqs-demos is a collection of integrations of liboqs into various high-level applications requiring the use of cryptography for their core operations. The goal of this integration is to provide easy prototyping of quantum-resistant cryptography in standard applications. The integrations should not be considered "production quality".

Release notes

This is the 2023-06 release of oqs-demos, which was released on June 26, 2023. This release is intended to be used with liboqs tag/version 0.8.0, oqs-provider version 0.5.0, oqs-openssl tag/version OQS-OpenSSL_1_1_1-stable snapshot 2023-06, oqs-boringssl tag/version OQS-BoringSSL-snapshot-2023-06 and oqs-openssh tag/version OQS-OpenSSH-snapshot-2023-06.

This is the final release containing demos utilizing oqs-openssl111. Deprecation progress tracked in open-quantum-safe#182.

What's New

Since the 0.7.2 release (2022-08) the following key changes occurred:

  • Added envoy
  • Added OpenLiteSpeed
  • Added ngtcp2
  • Added h2load
  • Added unbound
  • Removed haproxy
  • Upgraded curl, httpd, openvpn, nginx to using OpenSSL3+oqsprovider, replacing oqs-openssl1
  • Updated algorithm list to those supported by liboqs v0.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/open-quantum-safe/oqs-demos/compare/0.7.2...0.8.0