Skip to content

Commit 1f3cf14

Browse files
pyOpenSSL: Add DTLS_* constants (#11486)
1 parent b24e18f commit 1f3cf14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stubs/pyOpenSSL/OpenSSL/SSL.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ TLSv1_2_METHOD: int
2424
TLS_METHOD: int
2525
TLS_SERVER_METHOD: int
2626
TLS_CLIENT_METHOD: int
27+
DTLS_METHOD: int
28+
DTLS_SERVER_METHOD: int
29+
DTLS_CLIENT_METHOD: int
2730

2831
SSL3_VERSION: int
2932
TLS1_VERSION: int

0 commit comments

Comments
 (0)