summaryrefslogtreecommitdiff
path: root/spec/unit/encrypted_data_bag_item_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* 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
* Rename not_fips rspec filter to no_supported_under_fipsjdm/fix-fips-filterJay Mundrawala2016-01-271-1/+1
* Skip Version0 encrypted databag tests when in fips modeJay Mundrawala2016-01-251-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* fix some lint copsLamont Granquist2016-01-121-1/+1
* EncryptedDataBagItem: remove Cipher#auth_data method existence check (ruby 1....Xabier de Zuazo2015-01-271-24/+0
* Update to RSpec 3.Claire McQuin2014-10-291-63/+63
* Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixesSerdar Sutay2014-10-201-2/+2
* Correctly turn off version 3 data bag encryption specs on windows.Serdar Sutay2014-10-201-2/+2
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-21/+14
* Update for changed error message return.Claire McQuin2014-08-221-1/+1
* [CHEF-5356-gcm] spec/unit/encrypted_data_bag_item_spec.rb: small typo fix, "R...Xabier de Zuazo2014-07-091-1/+1
* [CHEF-5356-gcm] Use rspec filters instead of conditionals and add some altern...Xabier de Zuazo2014-07-091-12/+23
* [CHEF-5356-gcm] Use OpenSSL::Cipher and OpenSSL::Digest instead of OpenSSL::C...Xabier de Zuazo2014-07-081-2/+2
* [CHEF-5356-gcm] If the requirements to use Encryted Data Bags 3 are not met, ...Xabier de Zuazo2014-07-061-41/+100
* [CHEF-5356-gcm] Avoid testing GCM with ruby or OpenSSL versionsXabier de Zuazo2014-07-011-2/+5
* [CHEF-5356-gcm] Some small improvements to the EncryptedDataBag unit testsXabier de Zuazo2014-07-011-7/+15
* [CHEF-5356-gcm] Chef::EncryptedDataBagItem Version3 unit tests addedXabier de Zuazo2014-07-011-0/+55
* CHEF-4441: emit reasonable error message when there is no default data bag se...John Keiser2013-12-031-18/+32
* Reset configuration before each testJohn Keiser2013-09-161-15/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-6/+6
* [CHEF-3615] Make encrypted data bag format configurabledanielsdeleo2013-04-301-2/+51
* [CHEF-3615] version 2 encryptor/decryptor for EDBIsdanielsdeleo2013-04-301-26/+41
* [CHEF-3858] ensure invalid key always fails to decryptdanielsdeleo2013-04-301-0/+23
* [CHEF-3858] rescue bad json errors and re-raise as decryption failuresdanielsdeleo2013-04-261-0/+11
* [CHEF-4011] s/Version1Decryptor/Version0Decryptor/Seth Chisamore2013-04-111-2/+2
* [CHEF-4011] move default secret file path to Chef::ConfigSeth Chisamore2013-04-111-11/+3
* modern RSpec update for encrypted_data_bag_item_specSeth Chisamore2013-04-111-88/+93
* [CHEF-3616] add cipher field to edbi metadatadanielsdeleo2012-11-161-0/+11
* [CHEF-3392] remove unused `from_plain_hash` methoddanielsdeleo2012-11-151-4/+0
* [CHEF-3392] JSON serialize encrypted data bags, use random IVdanielsdeleo2012-11-141-6/+115
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+122