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
Copy file name to clipboardexpand all lines: RELEASE.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
liboqs version 0.9.0-rc1
2
-
========================
1
+
liboqs version 0.9.0
2
+
====================
3
3
4
4
About
5
5
-----
@@ -11,7 +11,6 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi
11
11
liboqs can be used with the following Open Quantum Safe application integrations:
12
12
13
13
-**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.
15
14
-**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.
16
15
-**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.
17
16
@@ -29,14 +28,14 @@ liboqs can also be used in the following programming languages via language-spec
29
28
Release notes
30
29
=============
31
30
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.
33
32
34
33
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.
35
34
36
35
What's New
37
36
----------
38
37
39
-
This release continues from the 0.8.0 release of liboqs.
38
+
This release continues from the 0.8.0 release of liboqs.
40
39
41
40
### Key encapsulation mechanisms
42
41
@@ -54,6 +53,13 @@ This release continues from the 0.8.0 release of liboqs.
54
53
- Support compilation for Windows on ARM64, Apple mobile, and Android platforms
55
54
- Improve resilience of randombytes on Apple systems
56
55
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
+
57
63
---
58
64
59
65
Detailed changelog
@@ -85,11 +91,15 @@ Detailed changelog
85
91
* build: Align VS test folder with all other Generators by @res0nance in https://github.com/open-quantum-safe/liboqs/pull/1557
86
92
* Fix weekly.yml to skip McEliece by @praveksharma in https://github.com/open-quantum-safe/liboqs/pull/1562
87
93
* 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
88
98
89
99
## New Contributors
90
100
*@planetf1 made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1503
91
101
*@SWilson4 made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1507
92
102
*@praveksharma made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1470
93
103
*@res0nance made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1531
0 commit comments