crypto/tls.Config.UnwrapSession (field)
7 uses
crypto/tls (current package)
common.go#L715: UnwrapSession func(identity []byte, cs ConnectionState) (*SessionState, error)
common.go#L854: UnwrapSession: c.UnwrapSession,
handshake_server.go#L413: if c.config.UnwrapSession != nil {
handshake_server.go#L414: ss, err := c.config.UnwrapSession(hs.clientHello.sessionTicket, c.connectionStateLocked())
handshake_server_tls13.go#L292: if c.config.UnwrapSession != nil {
handshake_server_tls13.go#L294: sessionState, err = c.config.UnwrapSession(identity.label, c.connectionStateLocked())
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. |