varnish / libvmod-digest

Digest and HMAC vmod
Other
50 stars 27 forks source link

base64 hex input support (#4) #15

Closed rezan closed 8 years ago

rezan commented 8 years ago

All of the hmac* and hash* encoding functions return a hex encoded string. Added base64*_hex() functions to decode the hex string into the raw binary form before base64 encoding. This is required for proper AWS and S3 support. #4

rezan commented 8 years ago

I did a quick and dirty S3 VCL integration, works well!

https://gist.github.com/rezan/b744c513045ea97e87ab

rezan commented 8 years ago

If there are no objections, going to merge this tomorrow.