summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorClaire McQuin <mcquin@users.noreply.github.com>2014-08-07 16:25:40 -0700
committerClaire McQuin <mcquin@users.noreply.github.com>2014-08-07 16:25:40 -0700
commit0c836a94b0e370ba2d69e67bde5af4aab569fe01 (patch)
treea20327485754b856f25d785de667063a5ff02d17 /DOC_CHANGES.md
parent3e922c9536c362264694ee48a2094d758d81d19f (diff)
parente0575be762f17cad759aaa4cb1cb24e524304fa4 (diff)
downloadchef-0c836a94b0e370ba2d69e67bde5af4aab569fe01.tar.gz
Merge pull request #1591 from onddo/CHEF-5356-gcm-2
[CHEF-5356-gcm(2)] Encrypted data bags should use different HMAC key and include the IV in the HMAC
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 76b28d0586..71ded60df8 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -105,3 +105,7 @@ knife now includes a warning in the -E/--environment option that this setting is
### New configurable option :yum-lock-timeout
You can now set the timeout for receiving the yum lock in `config.rb` by adding `yum-lock-timeout SECONDS` (default is 30 seconds).
+
+### Encrypted Data Bags Version 3
+
+Encrypted Data Bag version 3 uses [GCM](http://en.wikipedia.org/wiki/Galois/Counter_Mode) internally. Ruby 2 and OpenSSL version 1.0.1 or higher are required to use it.