summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2023-02-13 13:45:33 +0100
committerGitHub <noreply@github.com>2023-02-13 13:45:33 +0100
commit3517764ed5517a6d76078eb7e6696f1c0e153ad1 (patch)
treeb42f36a3110569c607be1373cc2b89023c19e272 /setup.py
parent669969ea7afa8a5f5f35a784a50acef9bea3952a (diff)
downloadpyopenssl-3517764ed5517a6d76078eb7e6696f1c0e153ad1.tar.gz
Add support for DTLS timeouts (#1180)
Add support for DTLS timeouts When performing a DTLS handshake, the DTLS state machine may need to be updated based on the passage of time, for instance in response to packet loss. OpenSSL supports this by means of the `DTLSv1_get_timeout` and `DTLSv1_handle_timeout` methods, both of which are included in cryptography's bindings. This change adds Python wrappers for these methods in the `Connection` class.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions