summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2017-01-24 11:42:56 +0000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-01-24 19:42:56 +0800
commit496652a847a6dc19b125dff13f3f5a840e140ceb (patch)
treea9700eb90178fdea495cccf1166a23404f389ad9 /tox.ini
parentdeec9344aeb3aa394211ddbf07ad441d51dc94dd (diff)
downloadpyopenssl-496652a847a6dc19b125dff13f3f5a840e140ceb.tar.gz
Add support for OCSP stapling. (#580)
* Define the OCSPCallbackHelper. * Define set_ocsp_status_callback function. * Reframe this as the "server" helper. * Add OCSP helper. * Allow clients to request OCSP * Some tests for OCSP. * Don't forget to throw callback errors. * Add changelog entry for OCSP stapling. * Require at least cryptography 1.7 * Sorry Flake8, won't happen again. * How does spelling work?
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bc4a04f..9dfb232 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ deps =
coverage>=4.2
pytest>=3.0.1
cryptographyMaster: git+https://github.com/pyca/cryptography.git
- cryptographyMinimum: cryptography<1.7
+ cryptographyMinimum: cryptography<1.8
setenv =
# Do not allow the executing environment to pollute the test environment
# with extra packages.