Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: new root sigs only counted once per keyid
When verifying newly downloaded root metadata with the keys listed in the root metadata being verified, multiple signatures with the same keyid should not be counted towards the threshold. A keyid should only count once towards the threshold. This fixes the _verify_root_self_signed() method introduced in PR #1101 to ensure that keyids are only counted once when verifying a threshold of new root signatures. Signed-off-by: Joshua Lock <[email protected]>
- Loading branch information