verify

package
v1.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 16 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProveConsistency

func ProveConsistency(ctx context.Context, rClient *client.Rekor,
	oldSTH *util.SignedCheckpoint, newSTH *util.SignedCheckpoint, treeID string) error

ProveConsistency verifies consistency between an initial, trusted STH and a second new STH. Callers MUST verify signature on the STHs'.

func VerifyCheckpointSignature

func VerifyCheckpointSignature(e *models.LogEntryAnon, verifier signature.Verifier) error

VerifyCheckpointSignature verifies the signature on a checkpoint (signed tree head). It does not verify consistency against other checkpoints. nolint

func VerifyCurrentCheckpoint

func VerifyCurrentCheckpoint(ctx context.Context, rClient *client.Rekor, verifier signature.Verifier,
	oldSTH *util.SignedCheckpoint) (*util.SignedCheckpoint, error)

VerifyCurrentCheckpoint verifies the provided checkpoint by verifying consistency against a newly fetched Checkpoint. nolint

func VerifyInclusion

func VerifyInclusion(ctx context.Context, e *models.LogEntryAnon) error

VerifyInclusion verifies an entry's inclusion proof. Clients MUST either verify the root hash against a new STH (via VerifyCurrentCheckpoint) or against a trusted, existing STH (via ProveConsistency). nolint

func VerifyLogEntry

func VerifyLogEntry(ctx context.Context, e *models.LogEntryAnon, verifier signature.Verifier) error

VerifyLogEntry performs verification of a LogEntry given a Rekor verifier. Performs inclusion proof verification up to a verified root hash, SignedEntryTimestamp verification, and checkpoint verification. nolint

func VerifySignedEntryTimestamp

func VerifySignedEntryTimestamp(ctx context.Context, e *models.LogEntryAnon, verifier signature.Verifier) error

VerifySignedEntryTimestamp verifies the entry's SET against the provided public key. nolint

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL