pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

Add API for getting the options of a Context object

Open lvh opened this issue 11 years ago • 0 comments

I want this for testing. Today I found that I had a totally useless unit test because of a discrepancy between my FakeContext(Factory) and a real context factory from Twisted. The only reason the fake class exists is that Context isn't really very introspectable...

Like #61, there's a good chance this requires cryptography to expose some stuff first.

lvh avatar Mar 19 '14 13:03 lvh