Skip to content

0.3.3

Compare
Choose a tag to compare
@philipkershaw philipkershaw released this 11 Dec 01:00
  • 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.