summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-12-22 18:11:21 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-09 15:30:08 +0100
commit6f79bda426c3b0df70d6b8e4d0d562b724eae75a (patch)
treebbb0856cdb320562b38909f10702a9dfb3f77d6a /.gitmodules
parent490934c61bdf015067c27a24243a76db186413be (diff)
downloadopenssl-new-6f79bda426c3b0df70d6b8e4d0d562b724eae75a.tar.gz
TLSfuzzer: submodules
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340) (cherry picked from commit cccbb4fa60ca890a0ce6757fcba5669208fffa46) Reviewed-by: Hugo Landau <hlandau@openssl.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 35f803a99c..1d4c6c9da7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,12 @@
[submodule "wycheproof"]
path = wycheproof
url = https://github.com/google/wycheproof
+[submodule "tlsfuzzer"]
+ path = tlsfuzzer
+ url = https://github.com/tlsfuzzer/tlsfuzzer
+[submodule "python-ecdsa"]
+ path = python-ecdsa
+ url = https://github.com/tlsfuzzer/python-ecdsa
+[submodule "tlslite-ng"]
+ path = tlslite-ng
+ url = https://github.com/tlsfuzzer/tlslite-ng