Part of twisted.internet View Source
Class | OpenSSLVerifyError | Undocumented |
Class | CertBase | No class docstring; 1/3 methods documented |
Function | problemsFromTransport | Retrieve the SSL errors associated with the given transport. |
Class | PublicKey | No class docstring; 1/5 methods documented |
Class | _SSLApplicationData | Undocumented |
Function | _handleattrhelper | No summary |
Parameters | tpt | (type: ISystemHandle
provider wrapper around an SSL connection.
) |
Returns | (type: list of OpenSSLVerifyError .
) |
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.