const crypto/tls.alertNoRenegotiation

6 uses

	crypto/tls (current package)
		alert.go#L41: 	alertNoRenegotiation              alert = 100
		alert.go#L77: 	alertNoRenegotiation:              "no renegotiation",
		conn.go#L805: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L1172: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1177: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1180: 			return c.sendAlert(alertNoRenegotiation)