aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorgesslerpd <gesslerpd@users.noreply.github.com>2018-01-23 11:23:53 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-01-23 11:23:53 -0600
commitfc2ad04b46129806b8261caff8e7260675a2d33d (patch)
tree2403dcb3a66b4b4c33756e06171dffe3b225b3a7 /src/cryptography/hazmat/bindings/openssl/_conditional.py
parent47d96e39e9b6d413f970cf02cc58553a9647241a (diff)
downloadcryptography-fc2ad04b46129806b8261caff8e7260675a2d33d.tar.gz
cryptography-fc2ad04b46129806b8261caff8e7260675a2d33d.tar.bz2
cryptography-fc2ad04b46129806b8261caff8e7260675a2d33d.zip
Add bindings for DTLS support (#4089)
* + more DTLS bindings * + BIO_CTRL_DGRAM* * + read ahead functions * rm BIO_CTRL_DGRAM_SET_PEEK_MODE * rm BIO_CTRL_DGRAM_SET_DONT_FRAG * + link mtu conditional logic * rm some BIO_CTRL_DGRAM* bindings
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 6dab2bf0..006a80a5 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -197,6 +197,8 @@ def cryptography_has_generic_dtls_method():
"DTLS_client_method",
"SSL_OP_NO_DTLSv1",
"SSL_OP_NO_DTLSv1_2",
+ "DTLS_set_link_mtu",
+ "DTLS_get_link_min_mtu",
]