summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item
Commit message (Expand)AuthorAgeFilesLines
* 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