Skip to content

Commit 60dd486

Browse files
committed
edit comments
1 parent 2c19321 commit 60dd486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/scti/chain_validation.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ func validateChain(rawChain [][]byte, validationOpts ChainValidationOpts) ([]*x5
231231
}
232232
}
233233

234-
// We can now do the verification. Use x509fork with looser verification
234+
// We can now do the verification. Use lax509 with looser verification
235235
// constraints to:
236236
// - allow pre-certificates and chains with pre-issuers
237237
// - allow certificate without policing them since this is not CT's responsibility
238-
// See /internal/x509fork/README.md for further information.
238+
// See /internal/lax509/README.md for further information.
239239
verifyOpts := lax509.VerifyOptions{
240240
Roots: validationOpts.trustedRoots.CertPool(),
241241
Intermediates: intermediatePool.CertPool(),

0 commit comments

Comments
 (0)