commit | 80b25efa407f15c1c21323b7e512e2e051c0f5e3 | [log] [tgz] |
---|---|---|
author | Moriyoshi Koizumi <mozo@mozo.jp> | Thu Jun 22 00:54:20 2017 +0900 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jun 21 05:54:20 2017 -1000 |
tree | ebc8edbefa084fa95762b53e2aa9cc781896260c | |
parent | a40898b5f1d472f9449a344f703fa7f90cddc21d [diff] [blame] |
Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) * Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME, which ends up with an error with LibreSSL. * Require cryptography >= 1.9
diff --git a/setup.py b/setup.py index 97aa209..4f30804 100755 --- a/setup.py +++ b/setup.py
@@ -96,7 +96,7 @@ package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=1.7", + "cryptography>=1.9", "six>=1.5.2" ], )