|
|
| __init__ (self, protocol) |
| |
|
| options (self) |
| |
|
| options (self, value) |
| |
|
| verify_mode (self) |
| |
|
| verify_mode (self, value) |
| |
|
| set_default_verify_paths (self) |
| |
|
| set_ciphers (self, ciphers) |
| |
|
| load_verify_locations (self, cafile=None, capath=None, cadata=None) |
| |
|
| load_cert_chain (self, certfile, keyfile=None, password=None) |
| |
|
| set_alpn_protocols (self, protocols) |
| |
|
| wrap_socket (self, sock, server_side=False, do_handshake_on_connect=True, suppress_ragged_eofs=True, server_hostname=None) |
| |
I am a wrapper class for the PyOpenSSL ``Context`` object. I am responsible
for translating the interface of the standard library ``SSLContext`` object
to calls into PyOpenSSL.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py