Home | History | Annotate | Download | only in Lib

Lines Matching defs:SSLContext

332     """SSLContext purpose flags with X509v3 Extended Key Usage objects
339 class SSLContext(_SSLContext):
340 """An SSLContext holds various SSL-related configuration options and
412 """Create a SSLContext object with default settings.
421 context = SSLContext(PROTOCOL_TLS)
462 """Create a SSLContext object for Python stdlib modules
464 All Python stdlib modules shall use this function to create SSLContext
472 context = SSLContext(protocol)
549 self._context = SSLContext(ssl_version)
1034 ctx = SSLContext(PROTOCOL_SSLv23)