commit | 08ffaa641b8ac19ddaae6472688f5a65844c8473 | [log] [tgz] |
---|---|---|
author | Stephen Holsapple <sholsapp@gmail.com> | Fri Jan 30 17:18:40 2015 -0800 |
committer | Stephen Holsapple <sholsapp@gmail.com> | Fri Jan 30 18:51:11 2015 -0800 |
tree | 4c74edeabba8d4edfb730a90f1cab7d3c66716c7 | |
parent | bf1f81c666c2cde383a793de209b7b864fa58dd7 [diff] |
Refactoring verify_cert Apply the changes that we've been talking about in https://github.com/pyca/pyopenssl/pull/155 regarding the placement of verify_cert, viz., moving verify_cert from top level of crypto into X509StoreContext. This makes the pyOpenSSL API slightly different than the OpenSSL API, but the plan will be to add back a verify_cert to the top level that is nice to use.