varnish / libvmod-digest

Digest and HMAC vmod
Other
50 stars 27 forks source link

Add hmac_sha1_base64 #7

Closed JessThrysoee closed 9 years ago

JessThrysoee commented 9 years ago

This makes it possible to implement Amazon S3 authentication: http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html

This solves a specific problem, but maybe it was better if all the digest functions had as its last argument a VCL_ENUM of encodings (defaulting to HEX).

Partially fixes #4