Marcus Meissner
705c16ffc0
- 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 OBS-URL: https://build.opensuse.org/request/show/1179956 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/oqs-provider?expand=0&rev=8
16 lines
390 B
Diff
16 lines
390 B
Diff
Index: oqs-provider-0.6.0/CMakeLists.txt
|
|
===================================================================
|
|
--- oqs-provider-0.6.0.orig/CMakeLists.txt
|
|
+++ oqs-provider-0.6.0/CMakeLists.txt
|
|
@@ -87,8 +87,8 @@ endfunction()
|
|
add_subdirectory(oqsprov)
|
|
|
|
# Testing
|
|
-enable_testing()
|
|
-add_subdirectory(test)
|
|
+#enable_testing()
|
|
+#add_subdirectory(test)
|
|
|
|
# Examples
|
|
add_subdirectory(examples)
|