summaryrefslogtreecommitdiff
path: root/src/leap/common/certs.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-25 19:15:25 -0400
committerKali Kaneko <kali@leap.se>2016-04-25 19:15:25 -0400
commit3b413203993a0490f3adf9c0737c207be263eb07 (patch)
treeee01d71115b1163435ecac39f4769a39165b1eae /src/leap/common/certs.py
parentba868e93c967cc8e9521471163f9127b63da1949 (diff)
parentcef15c04610ee188052af78ead8cfe7ea29d81c6 (diff)
Merge tag '0.5.1' into debian/experimental
Tag leap.bitmask version 0.5.1
Diffstat (limited to 'src/leap/common/certs.py')
-rw-r--r--src/leap/common/certs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/common/certs.py b/src/leap/common/certs.py
index c49015a..95704a6 100644
--- a/src/leap/common/certs.py
+++ b/src/leap/common/certs.py
@@ -192,8 +192,8 @@ def get_compatible_ssl_context_factory(cert_path=None):
class WebClientContextFactory(ssl.ClientContextFactory):
"""
- A web context factory which ignores the hostname and port and does no
- certificate verification.
+ A web context factory which ignores the hostname and port and does
+ no certificate verification.
"""
def getContext(self, hostname, port):
return ssl.ClientContextFactory.getContext(self)