twisted.test.test_ssl.ContextGeneratingMixin
class documentationtwisted.test.test_ssl
(View In Hierarchy)
Known subclasses: twisted.test.test_ssl.ConnectionLostTests
Offer methods to create ssl.DefaultOpenSSLContextFactory
for both client and server.
Instance Variable | clientBase | prefix of client certificate files. (type: str ) |
Instance Variable | serverBase | prefix of server certificate files. (type: str ) |
Instance Variable | clientCtxFactory | a generated context factory to be used in IReactorSSL.connectSSL . (type: ssl.DefaultOpenSSLContextFactory ) |
Instance Variable | serverCtxFactory | a generated context factory to be used in IReactorSSL.listenSSL . (type: ssl.DefaultOpenSSLContextFactory ) |
Method | makeContextFactory | Undocumented |
Method | setupServerAndClient | Undocumented |
IReactorSSL.connectSSL
. (type: ssl.DefaultOpenSSLContextFactory
)
IReactorSSL.listenSSL
. (type: ssl.DefaultOpenSSLContextFactory
)