(*tls.ClientHelloInfo)
| 1063 | // ConnectionMatcher is a type which matches TLS handshakes. |
| 1064 | type ConnectionMatcher interface { |
| 1065 | Match(*tls.ClientHelloInfo) bool |
| 1066 | } |
| 1067 | |
| 1068 | // LeafCertificateLoader is a type that loads the trusted leaf certificates |
no outgoing calls