Skip to content

Commit

Permalink
added more comments
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Aug 6, 2024
1 parent ac2e649 commit da3704d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion revocation/revocation.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ type ValidateContextOptions struct {
CertChain []*x509.Certificate

// AuthenticSigningTime denotes the authentic signing time of the signature.
// It is solely used under signing scheme notary.x509.signingAuthority.
// It is used to compare with the InvalidityDate during revocation check.
// OPTIONAL.
//
// Reference: https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#revocation-checking-with-ocsp
AuthenticSigningTime time.Time
}

Expand Down

0 comments on commit da3704d

Please sign in to comment.