github.com/refraction-networking/utls.Config.VerifyConnection (field)

17 uses

	github.com/refraction-networking/utls (current package)
		common.go#L657: 	VerifyConnection func(ConnectionState) error
		common.go#L991: 		VerifyConnection:                    c.VerifyConnection,
		handshake_client.go#L622: 		if c.config.VerifyConnection != nil {
		handshake_client.go#L623: 			if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_client.go#L1238: 	if c.config.VerifyConnection != nil && !echRejected {
		handshake_client.go#L1239: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_client_tls13.go#L771: 		if c.config.VerifyConnection != nil {
		handshake_client_tls13.go#L772: 			if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server.go#L570: 	if c.config.VerifyConnection != nil {
		handshake_server.go#L571: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server.go#L699: 	if c.config.VerifyConnection != nil {
		handshake_server.go#L700: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server_tls13.go#L1042: 		if c.config.VerifyConnection != nil {
		handshake_server_tls13.go#L1043: 			if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server_tls13.go#L1069: 	if c.config.VerifyConnection != nil {
		handshake_server_tls13.go#L1070: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {