Kaydet (Commit) d7e4c1ca authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Typo (thanks Arfrever)

üst c55f2d12
...@@ -306,7 +306,7 @@ class NetworkedTests(unittest.TestCase): ...@@ -306,7 +306,7 @@ class NetworkedTests(unittest.TestCase):
# NOTE: the subject hashing algorithm has been changed between # NOTE: the subject hashing algorithm has been changed between
# OpenSSL 0.9.8n and 1.0.0, as a result the capath directory must # OpenSSL 0.9.8n and 1.0.0, as a result the capath directory must
# contain both versions of each certificate (same content, different # contain both versions of each certificate (same content, different
# filename) for this test to be portable accross OpenSSL releases. # filename) for this test to be portable across OpenSSL releases.
ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23) ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
ctx.verify_mode = ssl.CERT_REQUIRED ctx.verify_mode = ssl.CERT_REQUIRED
ctx.load_verify_locations(capath=CAPATH) ctx.load_verify_locations(capath=CAPATH)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment