Skip to content

Commit 83216e1

Browse files
committed
even more comments
1 parent 6664ce7 commit 83216e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/scti/chain_validation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ func validateChain(rawChain [][]byte, validationOpts ChainValidationOpts) ([]*x5
231231
// constraints to:
232232
// - allow pre-certificates and chains with pre-issuers
233233
// - allow certificate without policing them since this is not CT's responsibility
234+
// See /internal/internal/x509fork/README.md for further information.
234235
verifyOpts := x509fork.VerifyOptions{
235236
Roots: validationOpts.trustedRoots.CertPool(),
236237
Intermediates: intermediatePool.CertPool(),

0 commit comments

Comments
 (0)