From 705c16ffc07f098ea1eb8ba231743f2d9c9f56833f3fc9860c07e182c6c6032d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 11 Jun 2024 09:01:53 +0000 Subject: [PATCH] Accepting request 1179956 from home:msmeissn:branches:devel:libraries:c_c++ - updated to 0.6.0 - First availability of standardized PQ algorithms, e.g., ML-KEM, ML-DSA - Support for Composite PQ operations - Alignment with PQ algorithm implementations as provided by liboqs 0.10.0, most notably updating HQC and Falcon. - Implementation of security code review recommendations - Support for more hybrid operations as fully documented here. - Support for extraction of classical and hybrid key material - updated to 0.5.3 - only tracking parallel liboqs security update - updated to 0.5.2 - Algorithm updates as documented in the liboqs 0.9.0 release notes - Standard coding style - Enhanced memory leak protection - Added community cooperation documentation - (optional) KEM algorithm en-/decoder feature OBS-URL: https://build.opensuse.org/request/show/1179956 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/oqs-provider?expand=0&rev=8 --- oqs-provider-0.5.1.tar.gz | 3 --- oqs-provider-0.6.0.tar.gz | 3 +++ oqs-provider-disable-test.patch | 11 +++++++---- oqs-provider.changes | 19 +++++++++++++++++++ oqs-provider.spec | 4 ++-- 5 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 oqs-provider-0.5.1.tar.gz create mode 100644 oqs-provider-0.6.0.tar.gz diff --git a/oqs-provider-0.5.1.tar.gz b/oqs-provider-0.5.1.tar.gz deleted file mode 100644 index 9fb0cdb..0000000 --- a/oqs-provider-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00b8517ef75237e848cae9d7be31e99b4a8f47d47aa6d707d855b11816f1a402 -size 130251 diff --git a/oqs-provider-0.6.0.tar.gz b/oqs-provider-0.6.0.tar.gz new file mode 100644 index 0000000..5be5fb7 --- /dev/null +++ b/oqs-provider-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df504e893ee6290033f0641d79bb0d57353ee7dc19d1fc963c13f401cab30e9 +size 199091 diff --git a/oqs-provider-disable-test.patch b/oqs-provider-disable-test.patch index b757b49..502acfb 100644 --- a/oqs-provider-disable-test.patch +++ b/oqs-provider-disable-test.patch @@ -1,8 +1,8 @@ -Index: oqs-provider-0.3.0/CMakeLists.txt +Index: oqs-provider-0.6.0/CMakeLists.txt =================================================================== ---- oqs-provider-0.3.0.orig/CMakeLists.txt -+++ oqs-provider-0.3.0/CMakeLists.txt -@@ -22,5 +22,5 @@ include_directories(${liboqs_INCLUDE_DIR +--- oqs-provider-0.6.0.orig/CMakeLists.txt ++++ oqs-provider-0.6.0/CMakeLists.txt +@@ -87,8 +87,8 @@ endfunction() add_subdirectory(oqsprov) # Testing @@ -10,3 +10,6 @@ Index: oqs-provider-0.3.0/CMakeLists.txt -add_subdirectory(test) +#enable_testing() +#add_subdirectory(test) + + # Examples + add_subdirectory(examples) diff --git a/oqs-provider.changes b/oqs-provider.changes index 10fa4e6..b5a9530 100644 --- a/oqs-provider.changes +++ b/oqs-provider.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jun 11 08:56:30 UTC 2024 - Marcus Meissner + +- updated to 0.6.0 + - First availability of standardized PQ algorithms, e.g., ML-KEM, ML-DSA + - Support for Composite PQ operations + - Alignment with PQ algorithm implementations as provided by liboqs 0.10.0, most notably updating HQC and Falcon. + - Implementation of security code review recommendations + - Support for more hybrid operations as fully documented here. + - Support for extraction of classical and hybrid key material +- updated to 0.5.3 + - only tracking parallel liboqs security update +- updated to 0.5.2 + - Algorithm updates as documented in the liboqs 0.9.0 release notes + - Standard coding style + - Enhanced memory leak protection + - Added community cooperation documentation + - (optional) KEM algorithm en-/decoder feature + ------------------------------------------------------------------- Tue Sep 19 12:16:31 UTC 2023 - Marcus Meissner diff --git a/oqs-provider.spec b/oqs-provider.spec index 8208640..e0356ef 100644 --- a/oqs-provider.spec +++ b/oqs-provider.spec @@ -1,7 +1,7 @@ # # spec file for package oqs-provider # -# 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: oqs-provider -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: Quantum-safe crypto provider for OpenSSL License: MIT