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

Struct certificateRequestMsgTLS13

handshake_messages.go:1235–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235type certificateRequestMsgTLS13 struct {
1236 ocspStapling bool
1237 scts bool
1238 supportedSignatureAlgorithms []SignatureScheme
1239 supportedSignatureAlgorithmsCert []SignatureScheme
1240 certificateAuthorities [][]byte
1241}
1242
1243func (m *certificateRequestMsgTLS13) marshal() ([]byte, error) {
1244 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected