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