forked from pool/python-ndg-httpsclient
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ndg-httpsclient?expand=0&rev=1
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 12 07:20:53 UTC 2015 - t.gruner@katodev.de
|
|
|
|
- Initial Version 0.4.0
|
|
* Made dual compatible with Python 2 / 3.
|
|
|
|
0.3.3
|
|
-----
|
|
* Fix to add in AnotherName for ``subjectAltNames`` field - added for support for 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 callback instead of using ``__call__``. In newer versions of OpenSSL (>= 0.14) the latter failed because of a request for ``__name__`` attribute.
|
|
|
|
0.3.2
|
|
-----
|
|
* Fix to SubjectAltNames support check - should only be enabled if pyasn1 is
|
|
installed.
|
|
* Fix to open_url: HTTP Request object was being created inside if headers is
|
|
None block - now corrected to create regardless.
|
|
* Added http basic auth support to script. (Thanks to Willem van Engen)
|
|
|
|
0.3.1
|
|
-----
|
|
* extended utils functions to support keyword for passing additional urllib2
|
|
handlers.
|
|
|
|
0.3.0
|
|
-----
|
|
* Added ndg.httpsclient.utils.fetch_stream_from_url function and added
|
|
parameter for data to post in open_url and fetch_* methods.
|
|
* fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
|
|
|
|
0.2.0
|
|
-----
|
|
* added support for SSL verification with subjectAltNames using pyasn1
|
|
* fixed minor bug - SSL cert DN prefix matching
|
|
|
|
0.1.0
|
|
-----
|
|
Initial release
|