MCPcopy Create free account
hub / github.com/XTLS/Go / certificateStatusMsg

Struct certificateStatusMsg

handshake_messages.go:1467–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467type certificateStatusMsg struct {
1468 raw []byte
1469 response []byte
1470}
1471
1472func (m *certificateStatusMsg) marshal() []byte {
1473 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected