a9d1c50f1a
There seems to be a kernel specific issues with CHACHA20-POLY1305 for TLS 1.2 [1] The test fails without a needed kernel patch [1] https://gitlab.com/gnutls/gnutls/-/issues/1443 Signed-off-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
14 lines
334 B
Diff
14 lines
334 B
Diff
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 2872cb1aa..247dfd3d8 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -504,8 +504,6 @@ endif
|
|
if ENABLE_KTLS
|
|
indirect_tests += gnutls_ktls
|
|
dist_check_SCRIPTS += ktls.sh
|
|
-indirect_tests += ktls_keyupdate
|
|
-dist_check_SCRIPTS += ktls_keyupdate.sh
|
|
endif
|
|
|
|
if !WINDOWS
|