summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve readability of error message.mcquin/Issues-1710Claire McQuin2014-08-151-2/+3
* Add simple DSL method to interact with encrypted data bags.Claire McQuin2014-08-151-1/+2
* [CHEF-5356-gcm] Chef::EncryptedDataBagItem Version3 implementation using GCMXabier de Zuazo2014-07-011-0/+1
* Fix few typonishigori2014-03-261-1/+1
* Add documentation for Chef::EncryptedDataBag.loadSeth Vargo2014-03-141-0/+36
* CHEF-4441: emit reasonable error message when there is no default data bag se...John Keiser2013-12-031-0/+3
* Split EncryptedDataBagItem into multiple filesJohn Keiser2013-12-031-303/+3
* [CHEF-3615] Make encrypted data bag format configurabledanielsdeleo2013-04-301-2/+27
* [CHEF-3615] version 2 encryptor/decryptor for EDBIsdanielsdeleo2013-04-301-86/+121
* [CHEF-3858] ensure invalid key always fails to decryptdanielsdeleo2013-04-301-1/+29
* [CHEF-3858] rescue bad json errors and re-raise as decryption failuresdanielsdeleo2013-04-261-0/+5
* [CHEF-4011] move default secret file path to Chef::ConfigSeth Chisamore2013-04-111-2/+1
* prefer `File.exist?` to `File.exists?`Seth Chisamore2013-04-111-1/+1
* [CHEF-3616] add cipher field to edbi metadatadanielsdeleo2012-11-161-1/+16
* [CHEF-3392] fix ruby 1.8 detection of version 1 formatdanielsdeleo2012-11-151-1/+1
* [CHEF-3392] remove unused `from_plain_hash` methoddanielsdeleo2012-11-151-4/+0
* [CHEF-3392] use yajl to avoid custom class inflationdanielsdeleo2012-11-151-2/+3
* [CHEF-3392] JSON serialize encrypted data bags, use random IVdanielsdeleo2012-11-141-21/+193
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+139