func crypto/x509.appendToFreshChain
3 uses
crypto/x509 (current package)
verify.go#L832: func appendToFreshChain(chain []*Certificate, cert *Certificate) []*Certificate {
verify.go#L882: chains = append(chains, appendToFreshChain(currentChain, candidate))
verify.go#L889: childChains, err = candidate.buildChains(cache, appendToFreshChain(currentChain, candidate), sigChecks, opts)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)