Home
last modified time | relevance | path

Searched refs:load_client_ca (Results 1 – 3 of 3) sorted by relevance

/external/python/pyopenssl/tests/
Dtest_ssl.py529 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"))
/external/python/pyopenssl/
DCHANGELOG.rst445 …iate``, ``OpenSSL.SSL.Connection.renegotiate_pending``, and ``OpenSSL.SSL.Context.load_client_ca``.
/external/python/pyopenssl/src/OpenSSL/
DSSL.py938 def load_client_ca(self, cafile): member in Context