summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-04-24 15:55:08 -0500
committerTomas Mraz <tomas@openssl.org>2022-04-28 13:26:26 +0200
commit982fad3ec4107684a6cb442f593193972b06c41a (patch)
treef19248990d30cc2d5c5621ec0d4f9f77d753cbc2 /.gitmodules
parent2cf22024e82d59280616a16ef9b5c264cb1d70e1 (diff)
add wycheproof submodule
This is used with the pyca/cryptography test suite (cherry picked from commit a09fb26ba90e46c4f731b5a597051b4d4b9aea3e) Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16340)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index af32ea618c..6f002da84c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,6 +6,10 @@
path = pyca-cryptography
url = https://github.com/pyca/cryptography.git
+[submodule "wycheproof"]
+ path = wycheproof
+ url = https://github.com/google/wycheproof
+
[submodule "krb5"]
path = krb5
url = https://github.com/krb5/krb5