summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2017-03-09 01:50:55 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-15 01:26:36 +0100
commit5c9e34473119c381961e148023138851b3d6b9d5 (patch)
tree0d86ed7cb47f2742d8719f177e6cef1a345a2b7a /.gitmodules
parentAdd additional RSA-PSS and RSA-OAEP tests. (diff)
downloadopenssl-5c9e34473119c381961e148023138851b3d6b9d5.tar.xz
openssl-5c9e34473119c381961e148023138851b3d6b9d5.zip
Add Python Cryptography.io external test suite
Add python cryptography testing instructions too Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2885)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0800f20b70..696fdff396 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,7 @@
[submodule "boringssl"]
path = boringssl
url = https://boringssl.googlesource.com/boringssl
+
+[submodule "pyca.cryptography"]
+ path = pyca-cryptography
+ url = https://github.com/pyca/cryptography.git