From a09fb26ba90e46c4f731b5a597051b4d4b9aea3e 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 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15018) --- .gitmodules | 3 +++ wycheproof | 1 + 2 files changed, 4 insertions(+) create mode 160000 wycheproof diff --git a/.gitmodules b/.gitmodules index 955140d60d..35f803a99c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ path = gost-engine url = https://github.com/gost-engine/engine update = rebase +[submodule "wycheproof"] + path = wycheproof + url = https://github.com/google/wycheproof diff --git a/wycheproof b/wycheproof new file mode 160000 index 0000000000..2196000605 --- /dev/null +++ b/wycheproof @@ -0,0 +1 @@ +Subproject commit 2196000605e45d91097147c9c71f26b72af58003