summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2021-11-01 23:30:36 -0700
committerGitHub <noreply@github.com>2021-11-02 14:30:36 +0800
commite84e7b57d1838de70ab7a27089fbee78ce0d2106 (patch)
tree9b5fa35e68396ac8c1ba7fbe208062a725323b77 /tox.ini
parentea90b55c84ec25fcd725fe42573e93be5497158e (diff)
downloadpyopenssl-e84e7b57d1838de70ab7a27089fbee78ce0d2106.tar.gz
Expose some DTLS-related features (#1026)
* Expose DTLS_METHOD and friends * Expose OP_NO_RENEGOTIATION * Expose DTLS MTU-related functions * Expose DTLSv1_listen and associated callbacks * Add a basic DTLS test * Cope with old versions of openssl/libressl * blacken * Soothe flake8 * Add temporary hack to skip DTLS test on old cryptography versions * Update for cryptography v35 release * Add changelog entry * Fix versionadded:: * get_cleartext_mtu doesn't exist on decrepit old openssl * Rewrite DTLS test to work around stupid OpenSSL misbehavior * flake8 go away * minor tidying
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 110b737..b1011e5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ extras =
deps =
coverage>=4.2
cryptographyMain: git+https://github.com/pyca/cryptography.git
- cryptographyMinimum: cryptography==3.3
+ cryptographyMinimum: cryptography==35.0
randomorder: pytest-randomly
setenv =
# Do not allow the executing environment to pollute the test environment