MCPcopy
hub / github.com/XTLS/REALITY / certificateMsgTLS13

Struct certificateMsgTLS13

handshake_messages.go:1449–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1447}
1448
1449type certificateMsgTLS13 struct {
1450 certificate Certificate
1451 ocspStapling bool
1452 scts bool
1453}
1454
1455func (m *certificateMsgTLS13) marshal() ([]byte, error) {
1456 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected