Open
Description
Description
We've created a Verifiers API in the Entries interface to abstract extracting "verifiers" - eg certificates, public keys, pgp keys, etc - from a given entry. This would simplify the logic in PublicKey()
and add support for additional types (though there may be more places where types are hardcoded).
Interface: https://github.com/sigstore/rekor/blob/main/pkg/types/entries.go#L40
Code:
Lines 197 to 222 in f7518a6