summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWayne Witzel III <wayne@riotousliving.com>2017-06-16 22:38:14 +0200
committerWayne Witzel III <wayne@riotousliving.com>2017-06-16 22:38:14 +0200
commite1e416bc6de4d27e165c7cc9ba224a694dc302f3 (patch)
tree0db391046e7fdc3e27fdf23489b09463359ca419 /docs
parentMerge pull request #6622 from wwitzel3/devel (diff)
downloadawx-e1e416bc6de4d27e165c7cc9ba224a694dc302f3.tar.xz
awx-e1e416bc6de4d27e165c7cc9ba224a694dc302f3.zip
Update CHANGELOG, Fernet256
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index ba131f7b59..bd8655d545 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -34,5 +34,6 @@
* Fixed an issue installing Tower on multiple nodes where cluster
internal node references are used
[[#6231](https://github.com/ansible/ansible-tower/pull/6231)]
-* Tower now uses [Fernet](https://github.com/fernet/spec/blob/master/Spec.md) *(AESCBC w/ SHA256 HMAC)*
- for all encrypted fields. [[#826](https://github.com/ansible/ansible-tower/pull/6541)]
+* Tower now uses a modified version of [Fernet](https://github.com/fernet/spec/blob/master/Spec.md).
+ Our `Fernet256` class uses `AES-256-CBC` instead of `AES-128-CBC` for all encrypted fields.
+ [[#826](https://github.com/ansible/ansible-tower/issues/826)]