コミットグラフ

6 コミット

作成者 SHA1 メッセージ 日付
Cory Slep 22b5f0dd8b Finish core tests.
Includes bugfixes for things exposed in the testing process. With this
commit, the library should be good for first use.
2018-05-18 00:04:09 +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 961eebd53d Fix wording in comment 2018-05-16 23:22:30 +02:00
Cory Slep 1cd441abe3 Update README and comments. 2018-05-16 23:20: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