const crypto/tls.VerifyClientCertIfGiven

5 uses

	crypto/tls (current package)
		common.go#L367: 	VerifyClientCertIfGiven
		common_string.go#L111: 	_ = x[VerifyClientCertIfGiven-3]
		handshake_server.go#L531: 	if sessionHasClientCerts && c.config.ClientAuth >= VerifyClientCertIfGiven &&
		handshake_server.go#L967: 	if c.config.ClientAuth >= VerifyClientCertIfGiven && len(certs) > 0 {
		handshake_server_tls13.go#L378: 		if sessionHasClientCerts && c.config.ClientAuth >= VerifyClientCertIfGiven &&