From: Dmitry Belyavskiy Date: Wed, 22 Dec 2021 17:11:21 +0000 (+0100) Subject: TLSfuzzer: submodules X-Git-Tag: openssl-3.2.0-alpha1~3134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccbb4fa60ca890a0ce6757fcba5669208fffa46;p=thirdparty%2Fopenssl.git TLSfuzzer: submodules Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17340) --- diff --git a/.gitmodules b/.gitmodules index 35f803a99c0..1d4c6c9da73 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 index 00000000000..4de8d5bf890 --- /dev/null +++ b/python-ecdsa @@ -0,0 +1 @@ +Subproject commit 4de8d5bf89089d1140eb99aa5d7eb2dc8e6337b6 diff --git a/tlsfuzzer b/tlsfuzzer new file mode 160000 index 00000000000..dbd56c14907 --- /dev/null +++ b/tlsfuzzer @@ -0,0 +1 @@ +Subproject commit dbd56c149072e656ca8d6a43a59588f3e7513da2 diff --git a/tlslite-ng b/tlslite-ng new file mode 160000 index 00000000000..771e9f59d63 --- /dev/null +++ b/tlslite-ng @@ -0,0 +1 @@ +Subproject commit 771e9f59d639dbb0e2fa8e646c8e588405d3903e