mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
crypto/x509: fix spelling error
Change-Id: Ieb1900531f42acf2c8b98ac89fceb8b87c8e5d0c Reviewed-on: https://go-review.googlesource.com/c/go/+/304609 Reviewed-by: Roland Shoemaker <roland@golang.org> Trust: Kevin Burke <kev@inburke.com>
This commit is contained in:
parent
e7e0995cba
commit
80157b5144
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ func appendToFreshChain(chain []*Certificate, cert *Certificate) []*Certificate
|
||||||
}
|
}
|
||||||
|
|
||||||
// maxChainSignatureChecks is the maximum number of CheckSignatureFrom calls
|
// maxChainSignatureChecks is the maximum number of CheckSignatureFrom calls
|
||||||
// that an invocation of buildChains will (tranistively) make. Most chains are
|
// that an invocation of buildChains will (transitively) make. Most chains are
|
||||||
// less than 15 certificates long, so this leaves space for multiple chains and
|
// less than 15 certificates long, so this leaves space for multiple chains and
|
||||||
// for failed checks due to different intermediates having the same Subject.
|
// for failed checks due to different intermediates having the same Subject.
|
||||||
const maxChainSignatureChecks = 100
|
const maxChainSignatureChecks = 100
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue