type crypto/tls.SessionState
19 uses
crypto/tls (current package)
common.go#L715: UnwrapSession func(identity []byte, cs ConnectionState) (*SessionState, error)
common.go#L731: WrapSession func(ConnectionState, *SessionState) ([]byte, error)
handshake_client.go#L36: session *SessionState // the session being resumed
handshake_client.go#L282: session *SessionState, earlySecret, binderKey []byte, err error) {
handshake_client_tls13.go#L26: session *SessionState
handshake_server.go#L34: sessionState *SessionState
handshake_server.go#L412: var sessionState *SessionState
handshake_server_tls13.go#L291: var sessionState *SessionState
ticket.go#L21: type SessionState struct {
ticket.go#L107: func (s *SessionState) Bytes() ([]byte, error) {
ticket.go#L181: func ParseSessionState(data []byte) (*SessionState, error) {
ticket.go#L182: ss := &SessionState{}
ticket.go#L292: func (c *Conn) sessionState() (*SessionState, error) {
ticket.go#L293: return &SessionState{
ticket.go#L310: func (c *Config) EncryptTicket(cs ConnectionState, ss *SessionState) ([]byte, error) {
ticket.go#L351: func (c *Config) DecryptTicket(identity []byte, cs ConnectionState) (*SessionState, error) {
ticket.go#L400: session *SessionState
ticket.go#L408: func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
ticket.go#L417: func NewResumptionState(ticket []byte, state *SessionState) (*ClientSessionState, error) {
|
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. |