File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111default provided with Python and importantly enables full verification of the
1212SSL peer.
1313
14+ Releases
15+ ========
16+ 0.3.0
17+ -----
18+ * Added ndg.httpsclient.utils.fetch_stream_from_url function and added
19+ parameter for data to post in open_url and fetch_* methods.
20+ * fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
21+
22+ 0.2.0
23+ -----
24+ * added support for SSL verification with subjectAltNames using pyasn1
25+ * fixed minor bug - SSL cert DN prefix matching
26+
27+ 0.1.0
28+ -----
29+ Initial release
30+
1431Prerequisites
1532=============
1633This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.
4764
4865setup (
4966 name = 'ndg_httpsclient' ,
50- version = "0.2.1 " ,
67+ version = "0.3.0 " ,
5168 description = 'Provides enhanced HTTPS support for httplib and urllib2 using '
5269 'PyOpenSSL' ,
5370 author = 'Richard Wilkinson and Philip Kershaw' ,
You can’t perform that action at this time.
0 commit comments