Sync from SUSE:SLFO:Main oqs-provider revision 6c3ba4f832466b2582bcac139805c6bb
This commit is contained in:
parent
a4af71158a
commit
1ea60e18c1
BIN
oqs-provider-0.6.1.tar.gz
(Stored with Git LFS)
BIN
oqs-provider-0.6.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
oqs-provider-0.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
oqs-provider-0.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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.7.0.orig/CMakeLists.txt
|
||||||
+++ oqs-provider-0.6.0/CMakeLists.txt
|
+++ oqs-provider-0.7.0/CMakeLists.txt
|
||||||
@@ -87,8 +87,8 @@ endfunction()
|
@@ -81,9 +81,9 @@ endfunction()
|
||||||
add_subdirectory(oqsprov)
|
add_subdirectory(oqsprov)
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
-include(CTest)
|
||||||
-enable_testing()
|
-enable_testing()
|
||||||
-add_subdirectory(test)
|
-add_subdirectory(test)
|
||||||
|
+#include(CTest)
|
||||||
+#enable_testing()
|
+#enable_testing()
|
||||||
+#add_subdirectory(test)
|
+#add_subdirectory(test)
|
||||||
|
|
||||||
|
@ -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 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 <meissner@suse.com>
|
Tue Jun 18 12:44:27 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: oqs-provider
|
Name: oqs-provider
|
||||||
Version: 0.6.1
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Quantum-safe crypto provider for OpenSSL
|
Summary: Quantum-safe crypto provider for OpenSSL
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user