class OpenSSLDefaultPaths: (source)
Implements interfaces: twisted.internet._sslverify.IOpenSSLTrustRoot
| Method | _addCACertsToContext |
Add certificate-authority certificates to an SSL context whose connections should trust those authorities. |
| Parameters | |
context:OpenSSL.SSL.Context | An SSL context for a connection which should be verified by some certificate authority. |
| Returns | |
None | |