summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item
Commit message (Expand)AuthorAgeFilesLines
* This commit is why AndOr needs to be bannedLamont Granquist2016-03-141-4/+4
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* 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-194-28/+28
| |\
| * | fix for https://github.com/chef/chef/issues/2113Daniel Steen2015-04-021-2/+4
* | | autofixing whitespace copsLamont Granquist2016-02-052-4/+4
* | | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-027-7/+7
* | | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-027-7/+7
* | | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0210-10/+10
| |/ |/|
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-3/+3
* | Use double quotes by defaultThom May2016-01-144-22/+22
* | autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
|/
* EncryptedDataBagItem: remove Cipher#auth_data method existence check (ruby 1....Xabier de Zuazo2015-01-271-3/+0
* Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixesSerdar Sutay2014-10-202-2/+2
* Refactoring duplicated code into a separate module. Also making CLI options ...tyler-ball2014-09-291-0/+56
* Add ::encryptor_keys to versioned encryptor classes.Claire McQuin2014-08-221-0/+12
* Use thread-safe OpenSSL::Digest instead of DigestGrzesiek Kolodziejczyk2014-08-202-2/+2
* remove JSON gem usageLamont Granquist2014-08-111-4/+3
* [CHEF-5356-gcm] moved some requires from decryptor.rb to assertions.rbXabier de Zuazo2014-07-092-2/+3
* [CHEF-5356-gcm] Use OpenSSL::Cipher and OpenSSL::Digest instead of OpenSSL::C...Xabier de Zuazo2014-07-084-13/+13
* [CHEF-5356-gcm] If the requirements to use Encryted Data Bags 3 are not met, ...Xabier de Zuazo2014-07-064-18/+106
* [CHEF-5356-gcm] Chef::EncryptedDataBagItem Version3 implementation using GCMXabier de Zuazo2014-07-013-11/+134
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-232-5/+5
* Split EncryptedDataBagItem into multiple filesJohn Keiser2013-12-036-0/+431