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

Struct certificateRequestMsg

handshake_messages.go:1704–1712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1702}
1703
1704type certificateRequestMsg struct {
1705 // hasSignatureAlgorithm indicates whether this message includes a list of
1706 // supported signature algorithms. This change was introduced with TLS 1.2.
1707 hasSignatureAlgorithm bool
1708
1709 certificateTypes []byte
1710 supportedSignatureAlgorithms []SignatureScheme
1711 certificateAuthorities [][]byte
1712}
1713
1714func (m *certificateRequestMsg) marshal() ([]byte, error) {
1715 // See RFC 4346, Section 7.4.4.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected