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

Struct certificateVerifyMsg

handshake_messages.go:1720–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1718}
1719
1720type certificateVerifyMsg struct {
1721 raw []byte
1722 hasSignatureAlgorithm bool // format change introduced in TLS 1.2
1723 signatureAlgorithm SignatureScheme
1724 signature []byte
1725}
1726
1727func (m *certificateVerifyMsg) marshal() (x []byte) {
1728 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected