Implements interfaces: twisted.internet._sslverify.IOpenSSLTrustRoot

Trust the set of default verify paths that OpenSSL was built with, as specified by SSL_CTX_set_default_verify_paths.

Method _addCACertsToContext Add certificate-authority certificates to an SSL context whose connections should trust those authorities.
def _addCACertsToContext(self, context): (source)

Add certificate-authority certificates to an SSL context whose connections should trust those authorities.

ParameterscontextAn SSL context for a connection which should be verified by some certificate authority. (type: OpenSSL.SSL.Context)
ReturnsNone
API Documentation for Twisted, generated by pydoctor at 2019-08-06 12:10:50.