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:
commit
83846d2067
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.
3
oqs-provider-0.7.0.tar.gz
Normal file
3
oqs-provider-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd7abda5aab2408672ca886baac7bceb629f918df2bca203038fb23949e3323f
|
||||
size 208082
|
@ -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)
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user