pyopenssl
pyopenssl copied to clipboard
Add API for getting the options of a Context object
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.