twisted.test.test_sslverify.FakeLib(object)
class documentationtwisted.test.test_sslverify
(View In Hierarchy)
An introspectable fake of cryptography's lib object.
Parameters | state | A FakeLibState
instance that contains this fake's state. |
Method | __init__ | Undocumented |
Method | SSL_CTX_set_ecdh_auto | Record the context and value under in the _state instance
variable. |
Record the context and value under in the _state
instance
variable.
Parameters | ctx | An SSL context. (type: OpenSSL.SSL.Context ) |
value | A boolean value (type: bool ) | |
See Also | FakeLibState |