Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTLS/Go
/ marshal
Method
marshal
common.go:1378–1378 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1376
1377
type
handshakeMessage
interface
{
1378
marshal() []byte
1379
unmarshal([]byte) bool
1380
}
1381
Callers
15
clientHandshake
Method · 0.65
handshake
Method · 0.65
doFullHandshake
Method · 0.65
readFinished
Method · 0.65
readSessionTicket
Method · 0.65
sendFinished
Method · 0.65
handshake
Method · 0.65
processHelloRetryRequest
Method · 0.65
readServerParameters
Method · 0.65
readServerCertificate
Method · 0.65
readServerFinished
Method · 0.65
sendClientCertificate
Method · 0.65
Implementers
15
clientHelloMsg
handshake_messages.go
serverHelloMsg
handshake_messages.go
encryptedExtensionsMsg
handshake_messages.go
endOfEarlyDataMsg
handshake_messages.go
keyUpdateMsg
handshake_messages.go
newSessionTicketMsgTLS13
handshake_messages.go
certificateRequestMsgTLS13
handshake_messages.go
certificateMsg
handshake_messages.go
certificateMsgTLS13
handshake_messages.go
serverKeyExchangeMsg
handshake_messages.go
certificateStatusMsg
handshake_messages.go
serverHelloDoneMsg
handshake_messages.go
Calls
no outgoing calls
Tested by
no test coverage detected