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

Struct certificateVerifyMsg

handshake_messages.go:1838–1842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1836}
1837
1838type certificateVerifyMsg struct {
1839 hasSignatureAlgorithm bool // format change introduced in TLS 1.2
1840 signatureAlgorithm SignatureScheme
1841 signature []byte
1842}
1843
1844func (m *certificateVerifyMsg) marshal() ([]byte, error) {
1845 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected