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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ liboqs can also be used in the following programming languages via language-spec
21
21
- Rust, via https://github.com/open-quantum-safe/liboqs-rust
22
22
23
23
# Release notes
24
-
Release candidate 1 for liboqs 0.15.0 was released on Oct 22, 2025.
24
+
Release candidate 2 for liboqs 0.15.0 was released on Nov 10, 2025.
25
25
26
26
## Deprecation notice
27
27
liboqs 0.15.0 is the last version to officially support SPHINCS+. SPHINCS+ will be removed in the 0.16.0 release and replaced by SLH-DSA. liboqs 0.15.0 also removes support for Dilithium.
@@ -42,6 +42,7 @@ None reported
42
42
- Integrated ML-KEM implementation from ICICLE-PQC ([#2216](https://github.com/open-quantum-safe/liboqs/pull/2216))
43
43
44
44
## Bug fixes
45
+
- Fixed erroneously disabled LMS variants with build flag `OQS_ENABLE_SIG_STFL_LMS` ([#2310](https://github.com/open-quantum-safe/liboqs/pull/2310))
45
46
- Fixed incorrect import in OV-III-pkc_skc ([#2299](https://github.com/open-quantum-safe/liboqs/pull/2299))
46
47
- Fixed incorrect actual signature length in signature full-cycle speed test ([#2293](https://github.com/open-quantum-safe/liboqs/pull/2293))
0 commit comments