Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
pip._vendor.urllib3.contrib.pyopenssl.PyOpenSSLContext Class Reference
Inheritance diagram for pip._vendor.urllib3.contrib.pyopenssl.PyOpenSSLContext:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.urllib3.contrib.pyopenssl.PyOpenSSLContext:
Collaboration graph
[legend]

Public Member Functions

 __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)
 

Public Attributes

 protocol
 
 check_hostname
 

Protected Attributes

 _ctx
 
 _options
 

Detailed Description

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: