GitHub / go-fed/httpsig / commits
Golang implementation of the HTTP Signatures RFC draft, with SSH support!
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 55836744 | Add badge for Matrix chat room | Cory Slep <c****1@m****m> | about 5 years ago | |
| 83c3d4b1 | Add badges to the README | Cory Slep <c****1@m****m> | about 5 years ago | |
| 2a46c50a | Add travis.yml | Cory Slep <c****1@m****m> | about 5 years ago | |
| dda78957 | Propagate error message for verifier when crypto algo not supported | Cory Slep <c****1@m****m> | about 5 years ago | |
| aaea07ed | Have test temporarily pass due to SHA1 inclusion | Cory Slep <c****1@m****m> | about 5 years ago | |
| 72401952 | Propagate error when crypto algorithm is not supported | Cory Slep <c****1@m****m> | about 5 years ago | |
| 812070f7 | merge Merge pull request #22 from 42wim/cert |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 38d40064 | Match on prefix for certificates | Wim <w****m@4****e> | over 5 years ago | |
| 10fde505 | merge Merge pull request #21 from 42wim/addrsa |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 17ff967c | Add RSA support to ssh key signing | Wim <w****m@4****e> | over 5 years ago | |
| 10b10290 | merge Merge pull request #18 from 42wim/add-sshsigner |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 7fd2c4c4 | merge Merge pull request #17 from 42wim/add-ed25519 |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| f49f146a | merge Merge pull request #16 from 42wim/fixtest |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 6ade05f4 | merge Merge pull request #19 from ejain/patch-1 |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 3123872e | Fix a typo in two error messages |
Eric Jain <e****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 03551c9e | Add initial support for using ssh keys for signing | Wim <w****m@4****e> | over 5 years ago | |
| 79a5cc34 | Add ed25519 signing support | Wim <w****m@4****e> | over 5 years ago | |
| c6fcdaf3 | Make tests work again | Wim <w****m@4****e> | over 5 years ago | |
| d7a8424b | Ran go fmt | Cory Slep <c****1@m****m> | almost 6 years ago | |
| 44df666a | Ran go mod tidy | Cory Slep <c****1@m****m> | almost 6 years ago | |
| 6ddae4c6 | merge Merge pull request #13 from Absolut-Ticket/created-expires |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 3052f083 | merge Merge pull request #14 from Absolut-Ticket/ecdsa |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 221cfc46 | merge Merge pull request #15 from Absolut-Ticket/hs2019 |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 338f1ed9 | hide real algorithm | blacktemplar <b****r@a****t> | almost 6 years ago | |
| 9b1ac957 | add checks for created and expires | blacktemplar <b****r@a****t> | almost 6 years ago | |
| 123cce4d | add ecdsa support | blacktemplar <b****r@a****t> | almost 6 years ago | |
| 15835360 | add support for created and expires values | blacktemplar <b****r@a****t> | almost 6 years ago | |
| 0ef28562 | Verify signatures with Host header | Cory Slep <c****1@m****m> | about 6 years ago | |
| f4c36041 | Fix hashing sum bug for digests | Cory Slep <c****1@m****m> | over 6 years ago | |
| c2de3672 | Add IsSupportedDigestAlgorithm | Cory Slep <c****1@m****m> | over 6 years ago | |
| 8d61ea6a | Support signing and verifying the Digest header | Cory Slep <c****1@m****m> | over 6 years ago | |
| 90d9db90 | Fix Appendix C test; add Appendix C verifying tests | Cory Slep <c****1@m****m> | over 6 years ago | |
| d685ff04 | improve digest test and run go fmt | Cory Slep <c****1@m****m> | over 6 years ago | |
| 1307faeb | Add functions for handling Digest headers. | Cory Slep <c****1@m****m> | over 6 years ago | |
| 50b0c670 | Add IsSupportedHttpSigAlgorithm | Cory Slep <c****1@m****m> | over 6 years ago | |
| 34143e88 | merge Merge pull request #5 from ewilde/ewilde-appendix-c |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| dc3a2641 |
Add appendix C tests
Signed-off-by: Edward Wilde <e****e@g****m> |
Edward Wilde <e****e@g****m> | almost 7 years ago | |
| 25557071 | Add test condition for auth-scheme, fix bug in HMAC | Cory Slep <c****1@m****m> | almost 7 years ago | |
| 3b55e318 | Use URL.Path for (request-target) | Cory Slep <c****1@m****m> | almost 7 years ago | |
| 5460b049 | merge Merge remote-tracking branch 'origin/master' | Cory Slep <c****1@m****m> | about 7 years ago | |
| c86d6395 | Add "Signature" for "auth-scheme" | Cory Slep <c****1@m****m> | about 7 years ago | |
| dd4e9c8d | merge Merge pull request #2 from yukimochi/fix_addRequestTarget |
Cory J Slep <c****1@m****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 2a591b5b | Fix addRequestTarget not effect anything. | Naoki Kosaka <n****k@m****t> | over 7 years ago | |
| 873e213d | Fix vet lint | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 513184c0 | Add go.modverify for vgo | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 37fb70b8 | Add go.mod file for vgo | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 22b5f0dd | Finish core tests. | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 489109fd | Add tests for core algorithms. | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 961eebd5 | Fix wording in comment | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 1cd441ab | Update README and comments. | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 0ec6ffdc | Support HTTP Signature verification. | Cory Slep <c****1@m****m> | almost 8 years ago | |
| 1ba820e4 | HTTP Signature signing in golang. | Cory Slep <c****1@m****m> | almost 8 years ago |