diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-04-24 22:55:08 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-04-27 11:09:03 +0200 |
commit | a09fb26ba90e46c4f731b5a597051b4d4b9aea3e (patch) | |
tree | 793b7e0940fc3eeb74c6b707e53cf6cfd0078d85 /.gitmodules | |
parent | updated pyca/cryptography submodule version (diff) | |
download | openssl-a09fb26ba90e46c4f731b5a597051b4d4b9aea3e.tar.xz openssl-a09fb26ba90e46c4f731b5a597051b4d4b9aea3e.zip |
add wycheproof submodule
This is used with the pyca/cryptography test suite
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15018)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |