summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-07-20 09:52:15 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-07-20 09:52:15 -0700
commitc86e55dd0212f828f243c87a99d88cdcf334989e (patch)
tree840c170e321360029efce234e1f6659b1682c731
parent990350a0fd63f70e7f57474bf53752c38b41ef00 (diff)
downloadansible-c86e55dd0212f828f243c87a99d88cdcf334989e.tar.gz
Changelog for SNI and tls fixes
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ed320f58c..c805bd57c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,11 @@ Other Notable Changes:
* Fixes a bug related to keyczar messing up encodings internally, resulting in decrypted
messages coming out as empty strings.
* AES Keys generated for use in accelerated mode are now 256-bit by default instead of 128.
+* Fix url fetching for SNI with python-2.7.9 or greater. SNI does not work
+ with python < 2.7.9. The best workaround is probably to use the command
+ module with curl or wget.
+* Fix url fetching to allow tls-1.1 and tls-1.2 if the system's openssl library
+ supports those protocols
## 1.9.2 "Dancing In the Street" - Jun 26, 2015