]> granicus.if.org Git - python/commit
Issue #12440: When testing whether some bits in SSLContext.options can be
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jul 2011 16:47:06 +0000 (18:47 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jul 2011 16:47:06 +0000 (18:47 +0200)
commitb9ac25d1c394714f0565845b274e7eebb402f1e7
treeab68b24e92248ffd54b256fe8e7c38d67d63b2bd
parent6e2e3b9e8188acca0d40df365f3d9595fad59991
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