Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serverResumedSession (0.18 sec)

  1. src/crypto/tls/handshake_client.go

    	}
    
    	c.in.prepareCipherSpec(c.vers, serverCipher, serverHash)
    	c.out.prepareCipherSpec(c.vers, clientCipher, clientHash)
    	return nil
    }
    
    func (hs *clientHandshakeState) serverResumedSession() bool {
    	// If the server responded with the same sessionId then it means the
    	// sessionTicket is being used to resume a TLS session.
    	return hs.session != nil && hs.hello.sessionId != nil &&
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top