class documentation

SSL Context Factory for client-side connections.

Method getContext Return an SSL.Context to be use for client-side connections.
Class Variable isClient Undocumented
def getContext(self): (source)

Return an SSL.Context to be use for client-side connections.

Will not return a cached context. This is done to improve the test coverage as most implementation are caching the context.