Skip to content

Commit 174140a

Browse files
committed
Updated notes in setup.py for fix to ServerSSLCertVerification class.
1 parent d2a5b16 commit 174140a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Fix to add in AnotherName for subjectAltNames field - added for support for CACert issued
1919
certs (thanks to Gu1).
2020
* 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.
2122
2223
0.3.2
2324
-----
@@ -49,7 +50,7 @@
4950
5051
Prerequisites
5152
=============
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.
5354
Note that proxy support is only available from Python 2.6.2 onwards. pyasn1 is
5455
required for correct SSL verification with subjectAltNames.
5556
@@ -101,7 +102,7 @@
101102
'PyOpenSSL',
102103
author='Richard Wilkinson and Philip Kershaw',
103104
author_email='[email protected]',
104-
url='http://ndg-security.ceda.ac.uk/wiki/ndg_httpsclient/',
105+
url='https://github.com/cedadev/ndg_httpsclient/',
105106
long_description=_long_description,
106107
license='BSD - See LICENCE file for details',
107108
namespace_packages=['ndg'],

0 commit comments

Comments
 (0)