summaryrefslogtreecommitdiff
path: root/lib/mixlib/authentication/digester.rb
Commit message (Collapse)AuthorAgeFilesLines
* Optimize our requiresTim Smith2020-08-211-1/+1
| | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Substitute require for require_relativerelativeTim Smith2019-12-201-1/+1
| | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update copyrights and e-mailsTim Smith2018-07-301-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2016-10-131-3/+1
| | | | 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-2/+3
| | | | | | | 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
* Allow passing in the digest type to digesterJay Mundrawala2015-11-101-10/+9
| | | | | It was assuming SHA1, we're going to want to be able to pass in other values
* Hashing path in request signatureChris Walters2010-02-271-26/+18
|
* Updating the NOTICE file, adding apache headerproductionalpha_deploy_1Adam Jacob2009-10-291-0/+18
|
* initial commit for new repositoryChristopher Brown2009-08-061-0/+38