File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,6 @@ class Purpose(enum.IntEnum):
8383 SERVER_AUTH : int
8484 CLIENT_AUTH : int
8585
86- CipherSuite = str
87- ServerNameCallback = object
88-
8986class _BaseContext :
9087 def __init__ (
9188 self , configuration : Union [TLSConfiguration , DTLSConfiguration ]
Original file line number Diff line number Diff line change 2828from ._tlsi import DTLSVersion as DTLSVersion
2929from ._tlsi import NextProtocol as NextProtocol
3030from ._tlsi import PrivateKey as PrivateKey
31+ from ._tlsi import ServerNameCallback as ServerNameCallback
3132from ._tlsi import TLSConfiguration as TLSConfiguration
3233from ._tlsi import TLSVersion as TLSVersion
3334
5253 "Purpose" ,
5354 "RaggedEOF" ,
5455 "ServerContext" ,
56+ "ServerNameCallback" ,
5557 "TLSConfiguration" ,
5658 "TLSRecordHeader" ,
5759 "TLSSession" ,
You can’t perform that action at this time.
0 commit comments