class documentation

class FakeLibState: (source)

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): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

ecdhContexts: list of OpenSSL.SSL.Contexts = (source)

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

ecdhValues: list of booleans = (source)

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

setECDHAutoRaises = (source)

Undocumented