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

Struct certificateMsgTLS13

handshake_messages.go:1291–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291type certificateMsgTLS13 struct {
1292 raw []byte
1293 certificate Certificate
1294 ocspStapling bool
1295 scts bool
1296}
1297
1298func (m *certificateMsgTLS13) marshal() []byte {
1299 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected