crypto/tls.ClientSessionState.cipherSuite (field)
8 uses
crypto/tls (current package)
common.go#L335: cipherSuite uint16 // Ciphersuite negotiated for the session
handshake_client.go#L295: if mutualCipherSuite(hello.cipherSuites, session.cipherSuite) == nil {
handshake_client.go#L311: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L727: if hs.session.cipherSuite != hs.suite.id {
handshake_client.go#L794: cipherSuite: hs.suite.id,
handshake_client_tls13.go#L238: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L324: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L669: cipherSuite: c.cipherSuite,
![]() |
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. |