summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-18 14:17:18 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-07 22:06:43 +0100
commitc645079cbd10200ac1ed1dd406df16f4bb8cf1bd (patch)
tree7578892df0000c1a31386697a7e11a71261c3bec /.gitmodules
parent12ab4f725d605130a7719a687981d9d1d3e6337f (diff)
downloadgnutls-c645079cbd10200ac1ed1dd406df16f4bb8cf1bd.tar.gz
testsuite: added tlsfuzzer
This enhances the testsuite by running all the tlsfuzzer fuzzer tests which require no certificates from server. https://github.com/tomato42/tlsfuzzer
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 09d177bc60..8748507257 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,12 @@
[submodule "tlsproxy"]
path = doc/examples/tlsproxy
url = https://github.com/abligh/tlsproxy.git
+[submodule "tests/suite/tls-fuzzer/tlsfuzzer"]
+ path = tests/suite/tls-fuzzer/tlsfuzzer
+ url = https://github.com/tomato42/tlsfuzzer.git
+[submodule "tests/suite/tls-fuzzer/python-ecdsa"]
+ path = tests/suite/tls-fuzzer/python-ecdsa
+ url = https://github.com/warner/python-ecdsa
+[submodule "tests/suite/tls-fuzzer/tlslite-ng"]
+ path = tests/suite/tls-fuzzer/tlslite-ng
+ url = https://github.com/tomato42/tlslite-ng.git