var crypto/tls.varDefaultCipherSuites
8 uses
crypto/tls (current package)
common.go#L1424: varDefaultCipherSuites []uint16
common.go#L1430: return varDefaultCipherSuites
common.go#L1486: varDefaultCipherSuites = make([]uint16, 0, len(cipherSuites))
common.go#L1487: varDefaultCipherSuites = append(varDefaultCipherSuites, topCipherSuites...)
common.go#L1494: for _, existing := range varDefaultCipherSuites {
common.go#L1499: varDefaultCipherSuites = append(varDefaultCipherSuites, suite.id)
![]() |
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. |