]> Cypherpunks.ru repositories - gostls13.git/blob - api/next/60105.txt
crypto/tls: add ClientSessionState.ResumptionState and NewResumptionState
[gostls13.git] / api / next / 60105.txt
1 pkg crypto/tls, func ParseSessionState([]uint8) (*SessionState, error) #60105
2 pkg crypto/tls, method (*SessionState) Bytes() ([]uint8, error) #60105
3 pkg crypto/tls, type SessionState struct #60105
4 pkg crypto/tls, func NewResumptionState([]uint8, *SessionState) (*ClientSessionState, error) #60105
5 pkg crypto/tls, method (*ClientSessionState) ResumptionState() ([]uint8, *SessionState, error) #60105