Skip to content

Commit 7c3a0e9

Browse files
committed
liboqs 0.9.0 release
1 parent 3982ff7 commit 7c3a0e9

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(CMAKE_C_STANDARD 11)
3333
set(CMAKE_C_STANDARD_REQUIRED ON)
3434
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3535
set(CMAKE_C_VISIBILITY_PRESET hidden)
36-
set(OQS_VERSION_TEXT "0.9.0-rc1")
36+
set(OQS_VERSION_TEXT "0.9.0")
3737
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
3838
set(OQS_MINIMAL_GCC_VERSION "7.1.0")
3939
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

RELEASE.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
liboqs version 0.9.0-rc1
2-
========================
1+
liboqs version 0.9.0
2+
====================
33

44
About
55
-----
@@ -11,7 +11,6 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi
1111
liboqs can be used with the following Open Quantum Safe application integrations:
1212

1313
- **oqs-provider**: A standalone prototype [OpenSSL 3 provider](https://www.openssl.org/docs/manmaster/man7/provider.html) enabling liboqs-based quantum-safe and hybrid key authentication and exchange for TLS 1.3, X.509 certificate generation and CMS operations.
14-
- **OQS-OpenSSL 1.1.1**: A prototype integration of liboqs-based authentication and key exchange into TLS 1.3 in our fork of OpenSSL 1.1.1; see the [OQS-OpenSSL-1\_1\_1-stable](https://github.com/open-quantum-safe/openssl/tree/OQS-OpenSSL_1_1_1-stable) branch of our OpenSSL fork's repository. This project is not actively maintained any more.
1514
- **OQS-BoringSSL**: A prototype integration of liboqs-based authentication and key exchange into TLS 1.3 in our fork of BoringSSL; see https://github.com/open-quantum-safe/boringssl.
1615
- **OQS-OpenSSH**: A prototype integration of liboqs-based authentication and key exchange into Secure Shell (SSH) version 2 in our fork of OpenSSH; see https://github.com/open-quantum-safe/openssh.
1716

@@ -29,14 +28,14 @@ liboqs can also be used in the following programming languages via language-spec
2928
Release notes
3029
=============
3130

32-
This is release candidate 1 of version 0.9.0 of liboqs. It was released on September 29, 2023.
31+
This is version 0.9.0 of liboqs. It was released on October 12, 2023.
3332

3433
This release features an update to the Classic McEliece KEM, bringing it in line with NIST Round 4. It also adds or updates ARM implementations for Kyber, Dilithium, and Falcon.
3534

3635
What's New
3736
----------
3837

39-
This release continues from the 0.8.0 release of liboqs.
38+
This release continues from the 0.8.0 release of liboqs.
4039

4140
### Key encapsulation mechanisms
4241

@@ -54,6 +53,13 @@ This release continues from the 0.8.0 release of liboqs.
5453
- Support compilation for Windows on ARM64, Apple mobile, and Android platforms
5554
- Improve resilience of randombytes on Apple systems
5655

56+
Release call
57+
============
58+
59+
Users of liboqs are invited to join a webinar on Thursday, November 2, 2023, from 12-1pm US Eastern time for information on this release, plans for the next release cycle, and to provide feedback on OQS usage and features.
60+
61+
The Zoom link for the webinar is: https://uwaterloo.zoom.us/j/98288698086
62+
5763
---
5864

5965
Detailed changelog
@@ -85,11 +91,15 @@ Detailed changelog
8591
* build: Align VS test folder with all other Generators by @res0nance in https://github.com/open-quantum-safe/liboqs/pull/1557
8692
* Fix weekly.yml to skip McEliece by @praveksharma in https://github.com/open-quantum-safe/liboqs/pull/1562
8793
* Enable extensions in constant-time tests by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/1567
94+
* Update Classic McEliece supression files by @praveksharma in https://github.com/open-quantum-safe/liboqs/pull/1568
95+
* liboqs 0.9.0 release candidate 1 by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/1570
96+
* add community standard documentation [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1565
97+
* Bump gitpython from 3.1.35 to 3.1.37 in /scripts/copy_from_upstream by @dependabot in https://github.com/open-quantum-safe/liboqs/pull/1575
8898

8999
## New Contributors
90100
* @planetf1 made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1503
91101
* @SWilson4 made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1507
92102
* @praveksharma made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1470
93103
* @res0nance made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1531
94104

95-
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.8.0...0.9.0-rc1
105+
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.8.0...0.9.0

0 commit comments

Comments
 (0)