Searched defs:certificateRequestMsgTLS13 (Results 1 – 1 of 1) sorted by relevance
1222 type certificateRequestMsgTLS13 struct { struct1223 ocspStapling bool1224 scts bool1225 supportedSignatureAlgorithms []SignatureScheme1226 supportedSignatureAlgorithmsCert []SignatureScheme1227 certificateAuthorities [][]byte1230 func (m *certificateRequestMsgTLS13) marshal() ([]byte, error) {1290 func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool {