aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-26 15:07:25 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-26 21:07:25 -0400
commitcaad666d34835265b9ebf9bb57d0ef53691c6388 (patch)
tree249f886dfaee1ca306322b560e432647ef871600 /src/cryptography/hazmat/bindings/openssl
parentb867003543fca711f7c75b9050c30122dce14558 (diff)
downloadcryptography-caad666d34835265b9ebf9bb57d0ef53691c6388.tar.gz
cryptography-caad666d34835265b9ebf9bb57d0ef53691c6388.tar.bz2
cryptography-caad666d34835265b9ebf9bb57d0ef53691c6388.zip
bind DTLS 1.2 methods (#3725)
* bind DTLS 1.2 methods * remove version specific dtls bindings, rename sentinel value
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 10c94d76..de9cac82 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -150,6 +150,11 @@ CONDITIONAL_NAMES = {
"Cryptography_DTLSv1_get_timeout",
"DTLSv1_handle_timeout",
],
+ "Cryptography_HAS_GENERIC_DTLS_METHOD": [
+ "DTLS_method",
+ "DTLS_server_method",
+ "DTLS_client_method",
+ ],
"Cryptography_HAS_EVP_PKEY_DHX": [
"EVP_PKEY_DHX",
"Cryptography_d2i_DHxparams_bio",