class documentation

class FakeLibState:

Constructor: FakeLibState(setECDHAutoRaises)

View In Hierarchy

State for FakeLib

Parameters
setECDHAutoRaisesAn exception FakeLib.SSL_CTX_set_ecdh_auto should raise; if None, nothing is raised.
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable ecdhContexts A list of SSL contexts with which FakeLib.SSL_CTX_set_ecdh_auto was called
Instance Variable ecdhValues A list of boolean values with which FakeLib.SSL_CTX_set_ecdh_auto was called
Instance Variable setECDHAutoRaises Undocumented
def __init__(self, setECDHAutoRaises):

Undocumented

__slots__: tuple[str, ...] =

Undocumented

ecdhContexts: list of OpenSSL.SSL.Contexts =

A list of SSL contexts with which FakeLib.SSL_CTX_set_ecdh_auto was called

ecdhValues: list of booleans =

A list of boolean values with which FakeLib.SSL_CTX_set_ecdh_auto was called

setECDHAutoRaises =

Undocumented