summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert change that removed use of Chef::Config.platform_specific_pathLance Albertson2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+1
* use autoloading for many required gemsmwrock2020-09-081-2/+2
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* more distro constantsMarc Chamberland2019-06-031-1/+2
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-2/+4
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-2/+2
* fix Style/SelfAssignmentLamont Granquist2016-12-061-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-7/+7
* Enable autodetection of encrypted data bag items.Claire McQuin2014-08-221-1/+1
* [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