class OpenSSLCertificateAuthorities: (source)
Implements interfaces: twisted.internet._sslverify.IOpenSSLTrustRoot
OpenSSL.crypto.X509 objects.| Method | __init__ |
|
| Method | _addCACertsToContext |
Add certificate-authority certificates to an SSL context whose connections should trust those authorities. |
| Instance Variable | _caCerts |
Undocumented |
| Parameters | |
caCerts:list of OpenSSL.crypto.X509 | The certificate authorities to trust when using this object as a trustRoot for OpenSSLCertificateOptions. |
| Parameters | |
context:OpenSSL.SSL.Context | An SSL context for a connection which should be verified by some certificate authority. |
| Returns | |
None | |