oqs-provider/oqs-provider-disable-test.patch
Marcus Meissner 705c16ffc0 Accepting request 1179956 from home:msmeissn:branches:devel:libraries:c_c++
- 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
2024-06-11 09:01:53 +00:00

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)