summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item/encryptor.rb
Commit message (Expand)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* 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
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-3/+3
* Use double quotes by defaultThom May2016-01-141-9/+9
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* 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 OpenSSL::C...Xabier de Zuazo2014-07-081-6/+6
* [CHEF-5356-gcm] If the requirements to use Encryted Data Bags 3 are not met, ...Xabier de Zuazo2014-07-061-0/+5
* [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