Searched refs:load_client_ca (Results 1 – 3 of 3) sorted by relevance
529 context.load_client_ca(ca_file)539 context.load_client_ca(str(ca_file).encode("ascii"))547 pytest.deprecated_call(context.load_client_ca, ca_file.decode("ascii"))
445 …iate``, ``OpenSSL.SSL.Connection.renegotiate_pending``, and ``OpenSSL.SSL.Context.load_client_ca``.
938 def load_client_ca(self, cafile): member in Context