commit | 9b0705bc789610f598218d11da1da9711c820ed8 | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.cc> | Wed Mar 12 09:32:06 2014 +0100 |
committer | Laurens Van Houtven <_@lvh.cc> | Wed Mar 12 09:32:06 2014 +0100 |
tree | 0cea8e5597232e05e347116b5692226c5800078c | |
parent | 80b8cfa2f31fb3a19308e7aebce58fb8d1bc0f4a [diff] | |
parent | c4d9141ea0725bf0b893b23d9a48a1cf23455331 [diff] |
Merge pull request #784 from reaperhulk/fix-783 Partially deopaque SSL_CTX to support a pyopenssl use case This allows PyOpenSSL to access the "method" field of the SSL_CTX struct, which allows you to see the method of an already existing context. This is useful, for example, for debugging and testing. The relevant PyOpenSSL ticket is pyca/pyopenssl#61. Fixes #783.