twisted.test.test_sslverify.FakeLibState(object) class documentationtwisted.test.test_sslverify
(View In Hierarchy)
State for FakeLib
| Parameters | setECDHAutoRaises | An exception FakeLib.SSL_CTX_set_ecdh_auto
should raise; if None,
nothing is raised. |
| Instance Variable | ecdhContexts | A list of SSL contexts with which FakeLib.SSL_CTX_set_ecdh_auto
was called (type: list
of OpenSSL.SSL.Contexts) |
| Instance Variable | ecdhValues | A list of boolean values with which FakeLib.SSL_CTX_set_ecdh_auto
was called (type: list
of booleans) |
| Method | __init__ | Undocumented |
FakeLib.SSL_CTX_set_ecdh_auto
was called (type: list
of OpenSSL.SSL.Contexts)
FakeLib.SSL_CTX_set_ecdh_auto
was called (type: list
of booleans)