Skip to content

Commit

Permalink
Release notes for 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Dec 22, 2023
1 parent 0ab83c8 commit 7a680df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_C_VISIBILITY_PRESET hidden)
set(OQS_VERSION_TEXT "0.9.1-rc1")
set(OQS_VERSION_TEXT "0.9.1")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(OQS_MINIMAL_GCC_VERSION "7.1.0")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down
10 changes: 5 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
liboqs version 0.9.1-rc1
========================
liboqs version 0.9.1
====================

About
-----
Expand Down Expand Up @@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec
Release notes
=============

This is release candidate 1 for version 0.9.1 of liboqs. It was released on December 19, 2023.
This is version 0.9.1 of liboqs. It was released on December 22, 2023.

This release is a security release which fixes potential non-constant-time behaviour in Kyber based on https://github.com/pq-crystals/kyber/commit/dda29cc63af721981ee2c831cf00822e69be3220

Expand All @@ -39,12 +39,12 @@ This release continues from the 0.9.0 release of liboqs.

### Key encapsulation mechanisms

- Kyber: C, AVX2, and aarch64 implementation
- Kyber: C, AVX2, and aarch64 implementation updated

Detailed changelog
------------------

* pull kyber from upstream: dda29cc63af721981ee2c831cf00822e69be3220 (#1631) by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1633
* Apply patch to Kyber aarch64 code from PQClean for variable-time division issue -> targeting 0.9.1 by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1637

**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.0...0.9.1-rc1
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.0...0.9.1

0 comments on commit 7a680df

Please sign in to comment.