Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Jul 11, 2024
1 parent a601fce commit 9f45e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ func verifyTimestamp(ctx context.Context, policyName string, trustStores []strin

// 4. Perform the timestamping certificate chain revocation check
logger.Info("Checking timestamping certificate chain revocation...")
certResults, err := r.Validate(tsaCertChain, timestamp.Value)
certResults, err := r.Validate(tsaCertChain, time.Time{})
if err != nil {
return fmt.Errorf("failed to check timestamping certificate chain revocation with error: %w", err)
}
Expand Down

0 comments on commit 9f45e97

Please sign in to comment.