Module t.i._sslverify

Part of twisted.internet View Source

Undocumented
Line # Kind Name Docs
14 Class _SSLApplicationData Undocumented
18 Class VerifyError Could not verify something that was supposed to be signed.
22 Class PeerVerifyError The peer rejected our verify error.
26 Class OpenSSLVerifyError Undocumented
248 Class DistinguishedName Identify and describe an entity.
327 Class CertBase Undocumented
347 Function problemsFromTransport Retrieve the SSL errors associated with the given transport.
358 Class Certificate An x509 certificate.
490 Class CertificateRequest An x509 certificate request.
512 Class PrivateCertificate An x509 certificate and private key.
615 Class PublicKey Undocumented
654 Class KeyPair Undocumented
777 Class OpenSSLCertificateOptions A factory for SSL context objects, for server SSL connections.
def problemsFromTransport(tpt):
Retrieve the SSL errors associated with the given transport.
Parameterstpt(type: ISystemHandle provider wrapper around an SSL connection. )
Returns(type: list of OpenSSLVerifyError. )