const crypto/tls.VersionTLS10
7 uses
crypto/tls (current package)
cipher_suites.go#L42: supportedUpToTLS12 = []uint16{VersionTLS10, VersionTLS11, VersionTLS12}
common.go#L32: VersionTLS10 = 0x0301
common.go#L49: case VersionTLS10:
common.go#L1078: VersionTLS10,
conn.go#L1013: vers = VersionTLS10
conn.go#L1238: if len(b) > 1 && c.vers == VersionTLS10 {
prf.go#L90: case VersionTLS10, VersionTLS11:
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |