diff --git a/oqs-provider-0.6.1.tar.gz b/oqs-provider-0.6.1.tar.gz deleted file mode 100644 index 07b05e1..0000000 --- a/oqs-provider-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28522326630b41c0ff3d2d47445c4293e7e28766fefca5e94416e4de4ae23e1e -size 201436 diff --git a/oqs-provider-0.7.0.tar.gz b/oqs-provider-0.7.0.tar.gz new file mode 100644 index 0000000..0b502e6 --- /dev/null +++ b/oqs-provider-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7abda5aab2408672ca886baac7bceb629f918df2bca203038fb23949e3323f +size 208082 diff --git a/oqs-provider-disable-test.patch b/oqs-provider-disable-test.patch index 502acfb..86ab933 100644 --- a/oqs-provider-disable-test.patch +++ b/oqs-provider-disable-test.patch @@ -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) diff --git a/oqs-provider.changes b/oqs-provider.changes index 4688c8d..a267056 100644 --- a/oqs-provider.changes +++ b/oqs-provider.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 12 15:15:59 UTC 2024 - Marcus Meissner + +- 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. + ------------------------------------------------------------------- Tue Jun 18 12:44:27 UTC 2024 - Marcus Meissner diff --git a/oqs-provider.spec b/oqs-provider.spec index e43d63b..186aa61 100644 --- a/oqs-provider.spec +++ b/oqs-provider.spec @@ -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