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
* Add digest to targets metadata directly
This commit allows users of go-tuf to sign oci images or other
non-local targets by directly providing the hash and length of
these artifacts.
Signed-off-by: Marina Moore <[email protected]>
* dynamically determine hash algorithm in AddDigestTarget
Signed-off-by: Marina Moore <[email protected]>
* Add verification of digest signatures
Signed-off-by: Marina Moore <[email protected]>
* Update digest delegation based on pr feedback
Signed-off-by: Marina Moore <[email protected]>
* fix formatting
Signed-off-by: Marina Moore <[email protected]>
* add client test for VerifyDigest
Signed-off-by: Marina Moore <[email protected]>
* allow verifydigest to have a path
Signed-off-by: Marina Moore <[email protected]>
* Update repo.go
Co-authored-by: Ethan Lowman <[email protected]>
* Add and verify non-oci digests
Signed-off-by: Marina Moore <[email protected]>
* fix test
Signed-off-by: Marina Moore <[email protected]>
* fix go vet errors
Signed-off-by: Marina Moore <[email protected]>
* AddDigestTargets -> AddTargetsWithDigest
Signed-off-by: Marina Moore <[email protected]>
* AddDigestTargets -> AddTargetsWithDigest
Signed-off-by: Marina Moore <[email protected]>
* fix go vet
Signed-off-by: Marina Moore <[email protected]>
* fix static check
Signed-off-by: Marina Moore <[email protected]>
* update function signatures for VerifyDigest, AddTargetsWithDigest
Signed-off-by: Marina Moore <[email protected]>
* use topLevelTargets() instead of targets()
Signed-off-by: Marina Moore <[email protected]>
* bug fix
Signed-off-by: Marina Moore <[email protected]>
Co-authored-by: Ethan Lowman <[email protected]>
0 commit comments