Accepting request 1231844 from devel:libraries:c_c++

- updated to 0.7.0:
  - Adds support for MAYO from Round 1 of NIST’s Post-Quantum Signature On-Ramp process.
  - Adds support for CROSS from Round 1 of NIST’s Post-Quantum Signature On-Ramp process.
  - Updates ML-KEM's code points in line with internet draft draft-kwiatkowski-tls-ecdhe-mlkem-02.
  - Reverses keyshares for X25519MLKEM768 and X448-ML-KEM-768 TLS hybrids in line with draft-kwiatkowski-tls-ecdhe-mlkem-02. (forwarded request 1231843 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/1231844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oqs-provider?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2024-12-18 19:10:40 +00:00 committed by Git OBS Bridge
commit 83846d2067
5 changed files with 19 additions and 8 deletions

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

Binary file not shown.

View File

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

View File

@ -1,13 +1,15 @@
Index: oqs-provider-0.6.0/CMakeLists.txt
Index: oqs-provider-0.7.0/CMakeLists.txt
===================================================================
--- oqs-provider-0.6.0.orig/CMakeLists.txt
+++ oqs-provider-0.6.0/CMakeLists.txt
@@ -87,8 +87,8 @@ endfunction()
--- oqs-provider-0.7.0.orig/CMakeLists.txt
+++ oqs-provider-0.7.0/CMakeLists.txt
@@ -81,9 +81,9 @@ endfunction()
add_subdirectory(oqsprov)
# Testing
-include(CTest)
-enable_testing()
-add_subdirectory(test)
+#include(CTest)
+#enable_testing()
+#add_subdirectory(test)

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 12 15:15:59 UTC 2024 - Marcus Meissner <meissner@suse.com>
- updated to 0.7.0:
- Adds support for MAYO from Round 1 of NISTs Post-Quantum Signature On-Ramp process.
- Adds support for CROSS from Round 1 of NISTs Post-Quantum Signature On-Ramp process.
- Updates ML-KEM's code points in line with internet draft draft-kwiatkowski-tls-ecdhe-mlkem-02.
- Reverses keyshares for X25519MLKEM768 and X448-ML-KEM-768 TLS hybrids in line with draft-kwiatkowski-tls-ecdhe-mlkem-02.
-------------------------------------------------------------------
Tue Jun 18 12:44:27 UTC 2024 - Marcus Meissner <meissner@suse.com>

View File

@ -17,7 +17,7 @@
Name: oqs-provider
Version: 0.6.1
Version: 0.7.0
Release: 0
Summary: Quantum-safe crypto provider for OpenSSL
License: MIT