You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
* Fix to add in AnotherName for subjectAltNames field - added for support for CACert issued
19
19
certs (thanks to Gu1).
20
20
* Fix to HTTP Basic Auth option for ndg.httpsclient.utils.main
21
+
* Fix to ServerSSLCertVerification so that it can pass a function-based callback instead of using __call__. In newer versions of OpenSSL (>= 0.14) the latter failed because of a request for `__name__` attribute.
21
22
22
23
0.3.2
23
24
-----
@@ -49,7 +50,7 @@
49
50
50
51
Prerequisites
51
52
=============
52
-
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.
53
+
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13 and 0.14.
53
54
Note that proxy support is only available from Python 2.6.2 onwards. pyasn1 is
54
55
required for correct SSL verification with subjectAltNames.
0 commit comments