class documentation
class OpenSSLCertificateAuthorities:
Constructor: OpenSSLCertificateAuthorities(caCerts)
Implements interfaces: twisted.internet._sslverify.IOpenSSLTrustRoot
Trust an explicitly specified set of certificates, represented by a list of OpenSSL.crypto.X509
objects.
Method | __init__ |
No summary |
Method | _add |
Add certificate-authority certificates to an SSL context whose connections should trust those authorities. |
Instance Variable | _ca |
Undocumented |
Parameters | |
calist of OpenSSL.crypto.X509 | The certificate authorities to trust when using this object as a trustRoot for OpenSSLCertificateOptions . |