Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hmac_sha1_base64 #7

Closed
wants to merge 1 commit into from
Closed

Add hmac_sha1_base64 #7

wants to merge 1 commit into from

Conversation

JessThrysoee
Copy link

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

This makes it possible to implement Amazon S3 authentication:
http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optionally return hash_*() and hmac_*() functions as base64 encoded values
3 participants