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

Struct certificateRequestMsgTLS13

handshake_messages.go:1064–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062}
1063
1064type certificateRequestMsgTLS13 struct {
1065 raw []byte
1066 ocspStapling bool
1067 scts bool
1068 supportedSignatureAlgorithms []SignatureScheme
1069 supportedSignatureAlgorithmsCert []SignatureScheme
1070 certificateAuthorities [][]byte
1071}
1072
1073func (m *certificateRequestMsgTLS13) marshal() []byte {
1074 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected