aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-12-22 18:11:21 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2022-01-05 11:24:51 +0100
commitcccbb4fa60ca890a0ce6757fcba5669208fffa46 (patch)
treeaeca588abb51bae035280d121b6ea90016a5d72c
parent0da3b39af3d961486758262ca71d2135d7013048 (diff)
downloadopenssl-cccbb4fa60ca890a0ce6757fcba5669208fffa46.tar.gz
TLSfuzzer: submodules
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340)
-rw-r--r--.gitmodules9
m---------python-ecdsa0
m---------tlsfuzzer0
m---------tlslite-ng0
4 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
diff --git a/python-ecdsa b/python-ecdsa
new file mode 160000
+Subproject 4de8d5bf89089d1140eb99aa5d7eb2dc8e6337b
diff --git a/tlsfuzzer b/tlsfuzzer
new file mode 160000
+Subproject dbd56c149072e656ca8d6a43a59588f3e7513da
diff --git a/tlslite-ng b/tlslite-ng
new file mode 160000
+Subproject 771e9f59d639dbb0e2fa8e646c8e588405d3903