module documentation

Tests for implementations of ITLSTransport.

Class AbortSSLConnectionTests abortConnection tests using SSL.
Class BadContextTestsMixin Mixin for ReactorBuilder subclasses which defines a helper for testing the handling of broken context factories.
Class ContextGeneratingMixin No class docstring; 0/1 class variable, 1/2 method documented
Class SSLClientTestsMixin Mixin defining tests relating to ITLSTransport.
Class SSLCreator Create SSL endpoints.
Class StartTLSClientCreator Create ITLSTransport.startTLS endpoint for the client, and normal SSL for server just because it's easier.
Class StartTLSClientEndpoint An endpoint which wraps another one and adds a TLS layer immediately when connections are set up.
Class StartTLSClientTestsMixin Tests for TLS connections established using ITLSTransport.startTLS (as opposed to IReactorSSL.connectSSL or IReactorSSL.listenSSL).
Class TLSMixin Undocumented
Class TLSPortTestsBuilder Tests for IReactorSSL.listenSSL