aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-19 23:45:59 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-20 11:13:07 -0500
commit5a2bb54bbb7b68a7407ab5d62c828c329166bd81 (patch)
treec2de009d37d9f1603dd66914bf9f6f3a4f12aa4a /tox.ini
parent08801cd1bacf08aa4d4a833ff235574f4da15a20 (diff)
downloadcryptography-5a2bb54bbb7b68a7407ab5d62c828c329166bd81.tar.gz
cryptography-5a2bb54bbb7b68a7407ab5d62c828c329166bd81.tar.bz2
cryptography-5a2bb54bbb7b68a7407ab5d62c828c329166bd81.zip
encode countryName with PrintableString
This commit adds a dependency on asn1crypto for testing purposes to parse the certificate and confirm that countryName is encoded with PrintableString while other fields are UTF8String. This is a test only dep.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1ed03a5e..820eccf3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ deps =
pretend
pytest
hypothesis>=1.11.4
+ asn1crypto
./vectors
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
commands =