Skip to content

Commit 563e3ec

Browse files
authored
liboqs 0.15.0 release candidate 2 [extended tests] (#2317)
Signed-off-by: Ganyu (Bruce) Xu <[email protected]>
1 parent 08d56e9 commit 563e3ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden)
4545
set(OQS_VERSION_MAJOR 0)
4646
set(OQS_VERSION_MINOR 15)
4747
set(OQS_VERSION_PATCH 0)
48-
set(OQS_VERSION_PRE_RELEASE "-rc1")
48+
set(OQS_VERSION_PRE_RELEASE "-rc2")
4949
set(OQS_VERSION_TEXT "${OQS_VERSION_MAJOR}.${OQS_VERSION_MINOR}.${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE}")
5050
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
5151
set(OQS_MINIMAL_GCC_VERSION "7.1.0")

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ liboqs can also be used in the following programming languages via language-spec
2121
- Rust, via https://github.com/open-quantum-safe/liboqs-rust
2222

2323
# 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.
2525

2626
## Deprecation notice
2727
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
4242
- Integrated ML-KEM implementation from ICICLE-PQC ([#2216](https://github.com/open-quantum-safe/liboqs/pull/2216))
4343

4444
## 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))
4546
- Fixed incorrect import in OV-III-pkc_skc ([#2299](https://github.com/open-quantum-safe/liboqs/pull/2299))
4647
- Fixed incorrect actual signature length in signature full-cycle speed test ([#2293](https://github.com/open-quantum-safe/liboqs/pull/2293))
4748
- Fixed ICICLE ML-KEM integration ([#2288](https://github.com/open-quantum-safe/liboqs/pull/2293))

0 commit comments

Comments
 (0)