Module t.i._sslverify

Part of twisted.internet View Source

No module docstring
Class _SSLApplicationData Undocumented
Class OpenSSLVerifyError Undocumented
Class CertBase No class docstring; 1/3 methods documented
Function problemsFromTransport Retrieve the SSL errors associated with the given transport.
Function _handleattrhelper (private) Helper for Certificate.peerFromTransport and
Class PublicKey No class docstring; 1/5 methods documented
def problemsFromTransport(tpt): (source)
Retrieve the SSL errors associated with the given transport.
Parameterstpt(type: ISystemHandle provider wrapper around an SSL connection. )
Returns(type: list of OpenSSLVerifyError. )
def _handleattrhelper(Class, transport, methodName): (source)
(private) Helper for Certificate.peerFromTransport and Certificate.hostFromTransport which checks for incompatible handle types and null certificates and raises the appropriate exception or returns the appropriate certificate object.
API Documentation for twisted, generated by pydoctor.