type crypto/tls.ClientSessionState
11 uses
crypto/tls (current package)
common.go#L363: Get(sessionKey string) (session *ClientSessionState, ok bool)
common.go#L369: Put(sessionKey string, cs *ClientSessionState)
common.go#L1450: state *ClientSessionState
common.go#L1471: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
common.go#L1504: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
handshake_client.go#L920: cs := &ClientSessionState{ticket: hs.ticket, session: session}
handshake_client_tls13.go#L765: cs := &ClientSessionState{ticket: msg.label, session: session}
ticket.go#L398: type ClientSessionState struct {
ticket.go#L408: func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
ticket.go#L417: func NewResumptionState(ticket []byte, state *SessionState) (*ClientSessionState, error) {
ticket.go#L418: return &ClientSessionState{
|
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. |