You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: Add DCO instructions
Signed-off-by: Zachary Newman <[email protected]>
* feat: implement TAP-12 support
Main changes:
- allow IDs that aren't the SHA2 of the public key
- but disallow multiple distinct keys with the same ID
- test for TAP-12 compliance
- Adding keys should disallow different keys with the same ID, but allow everything else
- Verification should ensure that we have unique keys for each signature
Fixes#232.
Signed-off-by: Zachary Newman <[email protected]>
* feat: add Key ID to ErrRepeatID
Signed-off-by: Zachary Newman <[email protected]>
* test: add test for keyIDs case for delegations DB
Signed-off-by: Zachary Newman <[email protected]>
* test: clarify DB tests for TAP-12
Signed-off-by: Zachary Newman <[email protected]>
0 commit comments