-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitmodules
30 lines (30 loc) · 1.09 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "devel/openssl"]
path = devel/openssl
url = https://github.com/openssl/openssl.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
[submodule "gnulib"]
path = gnulib
url = https://gitlab.com/libidn/gnulib-mirror.git
[submodule "devel/nettle"]
path = devel/nettle
url = https://gitlab.com/gnutls/nettle.git
[submodule "devel/libtasn1"]
path = devel/libtasn1
url = https://gitlab.com/gnutls/libtasn1.git
[submodule "devel/abi-dump"]
path = devel/abi-dump
url = https://gitlab.com/gnutls/abi-dump.git
[submodule "devel/cligen"]
path = cligen
url = https://gitlab.com/gnutls/cligen.git
[submodule "tests/suite/tls-interoperability"]
path = tests/suite/tls-interoperability
url = https://gitlab.com/redhat-crypto/tests/interop.git