Skip to content

Tags: alexellis/hmac

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from rgee0/bumpv2

Append v2 to module path

v1.3.0

Toggle v1.3.0's commit message
Add Go module

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

1.2

Toggle 1.2's commit message
Update Validate to expect "sha1=" prefix for hash method. Other

variants should be supported in the future.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>

1.1

Toggle 1.1's commit message
Add "Sign" function

Sign function allows HMAC package to be used to generate hashes as
well as for verifying them.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>

1.0

Toggle 1.0's commit message
Add tests for empty hub-signature

Hub signature is required but when it was empty it was passing
validation. This adds tests and fixes the problem.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>