コミットグラフ

6 コミット

作成者 SHA1 メッセージ 日付
Cory Slep d7a8424b0c Ran go fmt 2020-05-28 17:47:39 +02:00
blacktemplar 123cce4d32 add ecdsa support 2020-04-06 12:33:21 +02:00
Cory Slep 50b0c670ec Add IsSupportedHttpSigAlgorithm 2019-09-03 19:40:51 +02:00
Cory Slep 489109fd72 Add tests for core algorithms.
Tests cover:
- Obtaining all golang supported RSA / HMAC / MAC + hash combinations
- Signing with such algorithms
- Verifying with such algorithms
2018-05-17 22:24:53 +02:00
Cory Slep 0ec6ffdc22 Support HTTP Signature verification.
Note that the library includes the deprecated 'algorithm' HTTP Signature
parameter for backwards compatibility when creating a signature. However, upon
verification it ignores the 'algorithm' deprecated parameter and instead
relies on the new behavior of the application knowing which algorithm to
use.
2018-05-16 22:38:11 +02:00
Cory Slep 1ba820e45c HTTP Signature signing in golang.
Next steps are:
- Signature verification
- Lots of tests
2018-05-15 23:03:43 +02:00