MCPcopy
hub / github.com/cbeuw/Cloak / String

Method String

internal/server/TLS.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20var ErrBadClientHello = errors.New("non (or malformed) ClientHello")
21
22func (TLS) String() string { return "TLS" }
23
24func (TLS) processFirstPacket(clientHello []byte, privateKey crypto.PrivateKey) (fragments authFragments, respond Responder, err error) {
25 ch, err := parseClientHello(clientHello)

Callers 10

RouteUDPFunction · 0.45
TestAuthFirstPacketFunction · 0.45
TestParseRedirAddrFunction · 0.45
dispatchConnectionFunction · 0.45
serveSessionFunction · 0.45
BenchmarkTLSConn_WriteFunction · 0.45
parseSSBindAddrFunction · 0.45
mainFunction · 0.45
TestParseBindAddrFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestAuthFirstPacketFunction · 0.36
TestParseRedirAddrFunction · 0.36
BenchmarkTLSConn_WriteFunction · 0.36
TestParseBindAddrFunction · 0.36