33The ** Open Quantum Safe (OQS) project** has the goal of developing and
44prototyping quantum-resistant cryptography. More information on OQS can be
55found 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
99algorithms. 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