]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12440: When testing whether some bits in SSLContext.options can be
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jul 2011 16:49:07 +0000 (18:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jul 2011 16:49:07 +0000 (18:49 +0200)
commit7128f95bd27b34c82299d8572d4172bf0c8a13a3
tree5d73969ecb7d13388554dacfb7a298c3b5fa3a89
parent4468e55d4bd2a9ac4c6aeaffeb99653b7737ebd6
parentb9ac25d1c394714f0565845b274e7eebb402f1e7
Issue #12440: When testing whether some bits in SSLContext.options can be
reset, check the version of the OpenSSL headers Python was compiled against,
rather than the runtime version of the OpenSSL library.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c