From 496652a847a6dc19b125dff13f3f5a840e140ceb Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Tue, 24 Jan 2017 11:42:56 +0000 Subject: 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? --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4cdf59e..de510f3 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ if __name__ == "__main__": package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=1.6", + "cryptography>=1.7", "six>=1.5.2" ], ) -- cgit v1.2.1