summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item/encryptor.rb
Commit message (Collapse)AuthorAgeFilesLines
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
| | | | chefstyle -a fixed 1044 occurrances
* Add ::encryptor_keys to versioned encryptor classes.Claire McQuin2014-08-221-0/+12
|
* Use thread-safe OpenSSL::Digest instead of DigestGrzesiek Kolodziejczyk2014-08-201-1/+1
|
* [CHEF-5356-gcm] Use OpenSSL::Cipher and OpenSSL::Digest instead of ↵Xabier de Zuazo2014-07-081-6/+6
| | | | OpenSSL::Cipher::Cipher and OpenSSL::Digest::Digest
* [CHEF-5356-gcm] If the requirements to use Encryted Data Bags 3 are not met, ↵Xabier de Zuazo2014-07-061-0/+5
| | | | give a meaningful error message
* [CHEF-5356-gcm] Chef::EncryptedDataBagItem Version3 implementation using GCMXabier de Zuazo2014-07-011-5/+71
|
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-2/+2
|
* Split EncryptedDataBagItem into multiple filesJohn Keiser2013-12-031-0/+142