summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item/decryptor.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/SpaceInsideStringInterpolationLamont Granquist2016-12-061-2/+2
* This commit is why AndOr needs to be bannedLamont Granquist2016-03-141-4/+4
* Merge pull request #3183 from dansteen/masterThom May2016-02-091-2/+4
|\
| * fixed typo and reworked language per lamontDaniel Steen2016-01-191-2/+2
| * Merge remote-tracking branch 'upstream/master'Daniel Steen2016-01-191-10/+10
| |\
| * | fix for https://github.com/chef/chef/issues/2113Daniel Steen2015-04-021-2/+4
* | | 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-10/+10
|/
* Use thread-safe OpenSSL::Digest instead of DigestGrzesiek Kolodziejczyk2014-08-201-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-4/+3
* [CHEF-5356-gcm] moved some requires from decryptor.rb to assertions.rbXabier de Zuazo2014-07-091-2/+0
* [CHEF-5356-gcm] Use OpenSSL::Cipher and OpenSSL::Digest instead of OpenSSL::C...Xabier de Zuazo2014-07-081-3/+3
* [CHEF-5356-gcm] If the requirements to use Encryted Data Bags 3 are not met, ...Xabier de Zuazo2014-07-061-18/+10
* [CHEF-5356-gcm] Chef::EncryptedDataBagItem Version3 implementation using GCMXabier de Zuazo2014-07-011-6/+41
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-3/+3
* Split EncryptedDataBagItem into multiple filesJohn Keiser2013-12-031-0/+201