0.3.3
- Fix to add in AnotherName for
subjectAltNames
field - added for support fo
r CACert issued
certs (thanks to Gu1). - Fix to HTTP Basic Auth option for
ndg.httpsclient.utils.main
- Fix to
ServerSSLCertVerification
so that it can pass a function-based call
back instead of using__call__
. In newer versions of OpenSSL (>= 0.14) the la
tter failed because of a request for__name__
attribute.