You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@
15
15
========
16
16
0.3.3
17
17
-----
18
-
* Fix to add in AnotherName for subjectAltNames field - added for support for CACert issued
18
+
* Fix to add in AnotherName for ``subjectAltNames`` field - added for support for CACert issued
19
19
certs (thanks to Gu1).
20
-
* Fix to HTTP Basic Auth option for ndg.httpsclient.utils.main
21
-
* 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.
20
+
* Fix to HTTP Basic Auth option for ``ndg.httpsclient.utils.main``
21
+
* 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 commit comments