Skip to content

Commit d1990ba

Browse files
committed
[skip ci] Updated release notes
Included #2460, #2407, #2467, #2463, #2441 Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
1 parent 4008278 commit d1990ba

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The **Open Quantum Safe (OQS) project** has the goal of developing and
44
prototyping quantum-resistant cryptography. More information on OQS can be
55
found on our website: <https://openquantumsafe.org/> and on Github at
6-
<https://github.com/open-quantum-safe/>.
6+
<https://github.com/open-quantum-safe/>.
77

88
**liboqs** is an open source C library for quantum-resistant cryptographic
99
algorithms. Details about liboqs can be found in
@@ -46,6 +46,8 @@ SPHINCS+ was removed in 0.16.0.
4646

4747
### Security issues
4848

49+
- Fixed uninitialized `encaps_derand` pointer dereference
50+
[#2460](https://github.com/open-quantum-safe/liboqs/pull/2460)
4951
- Fixed out-of-bounds read in XMSS/XMSS^MT signature verification
5052
[077e32a](https://github.com/open-quantum-safe/liboqs/commit/077e32a)
5153
[#2384](https://github.com/open-quantum-safe/liboqs/pull/2384)
@@ -62,6 +64,8 @@ NOTE: there are three pull requests related to mldsa-native:
6264
- #2391 update to v1.0.0-beta
6365
- #3445 update to v1.0.0-beta2
6466
-->
67+
- Updated HQC implementation to 20250822 spec from official repository
68+
[#2407](https://github.com/open-quantum-safe/liboqs/pull/2407)
6569
- mldsa-native integration
6670
[#2284](https://github.com/open-quantum-safe/liboqs/pull/2284)
6771
[#2391](https://github.com/open-quantum-safe/liboqs/pull/2391)
@@ -108,6 +112,12 @@ no external effect and is ignored -->
108112

109113
### Miscellaneous
110114

115+
- Removed legacy HQC constant-time test
116+
[#2467](https://github.com/open-quantum-safe/liboqs/pull/2467)
117+
- Download Intel SDE from alternative source
118+
[#2463](https://github.com/open-quantum-safe/liboqs/pull/2463)
119+
- Updated algorithm support information
120+
[#2441](https://github.com/open-quantum-safe/liboqs/pull/2441)
111121
- Added NIST LMS Signature verify KATs
112122
[#2435](https://github.com/open-quantum-safe/liboqs/pull/2435)
113123
- Fixed comments on SHA3-AVX512VL assembly file. Thank you Anthony Plank for

0 commit comments

Comments
 (0)