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
Change values of Identity.Raw, add fingerprints (#1628)
* Change values of Identity.Raw, add fingerprints
Raw now contains only PKIX public keys or DER encoded certificates. The
keys are extracted from minisign, pgp, and TUF verifiers.
Also added fingerprints for each verifier. Keys, certificates, and
ed25519 keys from minisign are hex-encoded sha-256 digests of the raw
key. SSH and PGP use their ecosystem-standard fingerprints.
Signed-off-by: Hayden Blauzvern <[email protected]>
* Fix lint
Signed-off-by: Hayden Blauzvern <[email protected]>
---------
Signed-off-by: Hayden Blauzvern <[email protected]>
0 commit comments