summaryrefslogtreecommitdiff
path: root/spec/mixlib/authentication/digester_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Chefstyle fixesTim Smith2016-10-131-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle and modernisev1.4.1Thom May2016-06-081-6/+6
| | | | Signed-off-by: Thom May <thom@may.lt>
* Make hashing functions backwards compatible with mixlib-authentication 1.3Jay Mundrawala2015-12-161-0/+24
I had assumed that those functions were only used internally to mixlib-authentication. It seems that oc-chef-pedant tests use these functions. This patch makes the function backwards compatible by defaulting to using SHA1 for the digester if one is not supplied