summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9d64cc4..148a880 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,17 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
The previous amqplib changelog is here:
http://code.google.com/p/py-amqplib/source/browse/CHANGES
+.. _version-5.0.6:
+
+5.0.6
+=====
+- Change the order in which context.check_hostname and context.verify_mode get set
+ in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting
+ context.verify_mode = ssl.CERT_NONE would raise
+ "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
+ Setting context.check_hostname prior to setting context.verify_mode resolves the
+ issue.
+
.. _version-5.0.5:
5.0.5