mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add pyOpenSSL 21 constants (#6273)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version = "20.0.*"
|
||||
version = "21.0.*"
|
||||
python2 = true
|
||||
requires = ["types-cryptography"]
|
||||
|
||||
@@ -20,17 +20,15 @@ TLSv1_METHOD: int
|
||||
TLSv1_1_METHOD: int
|
||||
TLSv1_2_METHOD: int
|
||||
|
||||
# To be added in pyOpenSSL 21
|
||||
TLS_METHOD: int
|
||||
TLS_SERVER_METHOD: int
|
||||
TLS_CLIENT_METHOD: int
|
||||
|
||||
# TLS_METHOD: int
|
||||
# TLS_SERVER_METHOD: int
|
||||
# TLS_CLIENT_METHOD: int
|
||||
|
||||
# SSL3_VERSION: int
|
||||
# TLS1_VERSION: int
|
||||
# TLS1_1_VERSION: int
|
||||
# TLS1_2_VERSION: int
|
||||
# TLS1_3_VERSION: int
|
||||
SSL3_VERSION: int
|
||||
TLS1_VERSION: int
|
||||
TLS1_1_VERSION: int
|
||||
TLS1_2_VERSION: int
|
||||
TLS1_3_VERSION: int
|
||||
|
||||
OP_NO_SSLv2: int
|
||||
OP_NO_SSLv3: int
|
||||
|
||||
Reference in New Issue
Block a user