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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |