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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
liboqs version 0.12.0-rc1
2
-
=========================
1
+
liboqs version 0.12.0
2
+
=====================
3
3
4
4
About
5
5
-----
@@ -27,7 +27,7 @@ liboqs can also be used in the following programming languages via language-spec
27
27
Release notes
28
28
=============
29
29
30
-
This is release candidate 1 for version 0.12.0 of liboqs. It was released on November 29, 2024.
30
+
This is version 0.12.0 of liboqs. It was released on December 9, 2024.
31
31
32
32
This release updates the ML-DSA implementation to the [final FIPS 204](https://csrc.nist.gov/pubs/fips/204/final) version. This release still includes the NIST Round 3 version of Dilithium for interoperability purposes, but we plan to remove Dilithium Round 3 in a future release.
33
33
@@ -38,14 +38,19 @@ This will be the last release of liboqs to include Kyber (that is, the NIST Roun
38
38
39
39
The addition of ML-DSA FIPS 204 final version to liboqs has introduced a new signature API which includes a context string parameter. We are planning to remove the old version of the API without a context string in the next release to streamline the API and bring it in line with NIST specifications. Users who have an opinion on this removal are invited to provide input at https://github.com/open-quantum-safe/liboqs/issues/2001.
40
40
41
+
Security issues
42
+
===============
43
+
44
+
-CVE-2024-54137: Fixed bug in HQC decapsulation that leads to incorrect shared secret value during decapsulation when called with an invalid ciphertext. Thank you to Célian Glénaz and Dahmun Goudarzi from Quarkslab for identifying the issue.
45
+
41
46
What's New
42
47
----------
43
48
44
49
This release continues from the 0.11.0 release of liboqs.
45
50
46
51
### Key encapsulation mechanisms
47
52
48
-
- HQC: Fixed correctness bug in decapsulation. Thank you to Célian Glénaz and Dahmun Goudarzi from Quarkslab for identifying the issue.
53
+
- HQC: Fixed bug in decapsulation that leads to incorrect shared secret value during decapsulation when called with an invalid ciphertext. Thank you to Célian Glénaz and Dahmun Goudarzi from Quarkslab for identifying the issue.
49
54
- Kyber: This is the last release of liboqs to include Kyber.
50
55
- ML-KEM: Improved testing of ML-KEM.
51
56
@@ -93,10 +98,13 @@ Detailed changelog
93
98
* Update PLATFORMS.md / re-enable CROSS on s390x by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/1988
94
99
* Avoid OpenSSL functions are unconditionally called at OQS_destroy by @ueno in https://github.com/open-quantum-safe/liboqs/pull/1982
95
100
* Test Improvements for ML-KEM by @abhinav-thales in https://github.com/open-quantum-safe/liboqs/pull/1947
101
+
* Add patch to fix HQC decapsulation in https://github.com/open-quantum-safe/liboqs/commit/95f904bcaafe4cb12cfdf029347ac3b7c795308a
102
+
* Run copy_from_upstream.py in https://github.com/open-quantum-safe/liboqs/commit/cce1bfde4e52c524b087b9687020d283fbde0f24
96
103
* Fix LMS crash by @ashman-p in https://github.com/open-quantum-safe/liboqs/pull/1998
97
104
* Set ML-KEM alg_version to "FIPS203" by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/1997
98
105
* Add ML-DSA / FIPS 204 final by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1919
99
106
* Add defines for OQS version components by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/2000
107
+
* Create liboqs 0.12.0 release candidate 1 by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/2006
100
108
101
109
## New Contributors
102
110
@@ -108,4 +116,4 @@ Detailed changelog
108
116
*@ChinoUkaegbu made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1987
109
117
*@abhinav-thales made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1947
0 commit comments