const crypto/tls.VersionTLS10
7 uses
crypto/tls (current package)
cipher_suites.go#L41: supportedUpToTLS12 = []uint16{VersionTLS10, VersionTLS11, VersionTLS12}
common.go#L29: VersionTLS10 = 0x0301
common.go#L46: case VersionTLS10:
common.go#L1023: VersionTLS10,
conn.go#L1009: vers = VersionTLS10
conn.go#L1222: if len(b) > 1 && c.vers == VersionTLS10 {
prf.go#L90: case VersionTLS10, VersionTLS11:
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |