34 lines
622 B
Plaintext
34 lines
622 B
Plaintext
binaryninja.pyopenssl.PyOpenSSLContext
|
|
======================================
|
|
|
|
.. currentmodule:: binaryninja.pyopenssl
|
|
|
|
.. autoclass:: PyOpenSSLContext
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~PyOpenSSLContext.__init__
|
|
~PyOpenSSLContext.load_cert_chain
|
|
~PyOpenSSLContext.load_verify_locations
|
|
~PyOpenSSLContext.set_ciphers
|
|
~PyOpenSSLContext.set_default_verify_paths
|
|
~PyOpenSSLContext.wrap_socket
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~PyOpenSSLContext.options
|
|
~PyOpenSSLContext.verify_mode
|
|
|
|
|