Sync from SUSE:SLFO:Main oqs-provider revision 0b02ead684533f825771398069aa2b9f

This commit is contained in:
Adrian Schröter 2024-06-14 17:20:07 +02:00
parent e686daaa7e
commit e15139d3e3
5 changed files with 42 additions and 9 deletions

BIN
oqs-provider-0.5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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,33 @@
-------------------------------------------------------------------
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>
- updated to 0.5.1
- Documentation update
- document specs
- General documentation overhaul
- change TLS demo to use QSC alg
- Build a module instead of a shared library.
- explain groups in USAGE
-------------------------------------------------------------------
Tue Jun 13 09:19:27 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.0
Version: 0.6.0
Release: 0
Summary: Quantum-safe crypto provider for OpenSSL
License: MIT