projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55f2d1
)
Typo (thanks Arfrever)
author
Antoine Pitrou
<solipsis@pitrou.net>
Mon, 17 May 2010 14:13:10 +0000
(14:13 +0000)
committer
Antoine Pitrou
<solipsis@pitrou.net>
Mon, 17 May 2010 14:13:10 +0000
(14:13 +0000)
Lib/test/test_ssl.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_ssl.py
b/Lib/test/test_ssl.py
index 60b417e6dd01907c7ea2e8411f9fa1ccf4f9d045..c9dc47af9f82f8fad22c37ae113b40f639c2e96f 100644
(file)
--- a/
Lib/test/test_ssl.py
+++ b/
Lib/test/test_ssl.py
@@
-306,7
+306,7
@@
class NetworkedTests(unittest.TestCase):
# NOTE: the subject hashing algorithm has been changed between
# OpenSSL 0.9.8n and 1.0.0, as a result the capath directory must
# contain both versions of each certificate (same content, different
- # filename) for this test to be portable ac
c
ross OpenSSL releases.
+ # filename) for this test to be portable across OpenSSL releases.
ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
ctx.verify_mode = ssl.CERT_REQUIRED
ctx.load_verify_locations(capath=CAPATH)