Skip to content

Releases: cedadev/ndg_httpsclient

Clean up for EOL Python 2.6 and 3.3

23 Jul 16:11
Compare
Choose a tag to compare

0.5.1

  • Clean up handling for description file - pull in content from this file into setup()
  • Allows the nightly build to fail
  • Add Trove version classifiers to make it explicit what is supported
  • Add python_requires to help pip
  • Drop support for EOL Python 2.6 and 3.3

Subject Alt Names

24 Apr 09:07
Compare
Choose a tag to compare

Updated to support peers with certificates containing > 64 subject alternative names

Renewed test certificates used in test suite

29 Jan 09:11
Compare
Choose a tag to compare

Updated expired certificates used in test suite.

Fix to bug in ndg.httpsclient.utils.open_url utility function

19 Jul 13:27
Compare
Choose a tag to compare

Fix to bug in ndg.httpsclient.utils.open_url - duplicate open call. Nb. This bug and the fix DO NOT affect the httpliband urllib2 interfaces that this package provides.

Include metadata tags to show Python 3 compatibility

07 Jun 07:09
Compare
Choose a tag to compare
Merge pull request #9 from cedadev/devel

0.4.1 release

Python 2 / 3 dual compatible

04 May 07:25
Compare
Choose a tag to compare

Refactored to make dual compatible with Python 2 and 3 following request from user.

0.3.3

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