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
This commit is contained in:
Marcus Meissner 2024-06-11 09:01:53 +00:00 committed by Git OBS Bridge
parent a4c3732279
commit 705c16ffc0
5 changed files with 31 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00b8517ef75237e848cae9d7be31e99b4a8f47d47aa6d707d855b11816f1a402
size 130251

BIN
oqs-provider-0.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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)

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jun 11 08:56:30 UTC 2024 - Marcus Meissner <meissner@suse.com>
- 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 <meissner@suse.com>

View File

@ -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