Accepting request 1179957 from 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 (forwarded request 1179956 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/1179957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oqs-provider?expand=0&rev=4
This commit is contained in:
commit
2e44899fec
@ -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
BIN
oqs-provider-0.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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)
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user