From c2a2b1c2be05408f7284b1c6a257810519024231464b46a615416d79893c079f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Jan 2024 09:37:20 +0000 Subject: [PATCH] Accepting request 1141019 from home:msmeissn:branches:devel:libraries:c_c++ - updated to 0.9.2: - Fixed potential non-constant-time behaviour in Kyber based on https://github.com/pq-crystals/kyber/commit/272125f6acc8e8b6850fd68ceb901a660ff48196 - Kyber: C, AVX2, and aarch64 implementation updated OBS-URL: https://build.opensuse.org/request/show/1141019 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/liboqs?expand=0&rev=17 --- 0.9.1.tar.gz | 3 --- 0.9.2.tar.gz | 3 +++ liboqs.changes | 7 +++++++ liboqs.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 0.9.1.tar.gz create mode 100644 0.9.2.tar.gz diff --git a/0.9.1.tar.gz b/0.9.1.tar.gz deleted file mode 100644 index 7f15bf0..0000000 --- a/0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:317e04416604184472a4205e355185741ad4972fed15cc65f5d40c64f96f501c -size 3320145 diff --git a/0.9.2.tar.gz b/0.9.2.tar.gz new file mode 100644 index 0000000..9bf4138 --- /dev/null +++ b/0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a708c058d4d9dcf5568245439b526fa480180f1fa4541adf21b1d094dc9e0590 +size 3321090 diff --git a/liboqs.changes b/liboqs.changes index 3c728e2..83b22d1 100644 --- a/liboqs.changes +++ b/liboqs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 23 15:19:41 UTC 2024 - Marcus Meissner + +- updated to 0.9.2: + - Fixed potential non-constant-time behaviour in Kyber based on https://github.com/pq-crystals/kyber/commit/272125f6acc8e8b6850fd68ceb901a660ff48196 + - Kyber: C, AVX2, and aarch64 implementation updated + ------------------------------------------------------------------- Sun Dec 24 10:00:49 UTC 2023 - Marcus Meissner diff --git a/liboqs.spec b/liboqs.spec index 009e0e8..5a45cb7 100644 --- a/liboqs.spec +++ b/liboqs.spec @@ -1,7 +1,7 @@ # # spec file for package liboqs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: liboqs -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: C library for quantum-resistant cryptographic algorithms License: MIT