From 982fad3ec4107684a6cb442f593193972b06c41a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 24 Apr 2021 15:55:08 -0500 Subject: [PATCH] add wycheproof submodule This is used with the pyca/cryptography test suite (cherry picked from commit a09fb26ba90e46c4f731b5a597051b4d4b9aea3e) Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16340) --- .gitmodules | 4 ++++ wycheproof | 1 + 2 files changed, 5 insertions(+) create mode 160000 wycheproof diff --git a/.gitmodules b/.gitmodules index af32ea618cf..6f002da84ca 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 diff --git a/wycheproof b/wycheproof new file mode 160000 index 00000000000..2196000605e --- /dev/null +++ b/wycheproof @@ -0,0 +1 @@ +Subproject commit 2196000605e45d91097147c9c71f26b72af58003 -- 2.47.3