Searched defs:certificateRequestMsg (Results 1 – 4 of 4) sorted by relevance
2288 type certificateRequestMsg struct { struct2289 raw []byte2290 vers uint162294 hasSignatureAlgorithm bool2298 hasRequestContext bool2300 certificateTypes []byte2301 requestContext []byte2302 signatureAlgorithms []signatureAlgorithm2303 signatureAlgorithmsCert []signatureAlgorithm2304 certificateAuthorities [][]byte[all …]
1691 type certificateRequestMsg struct { struct1694 hasSignatureAlgorithm bool1696 certificateTypes []byte1697 supportedSignatureAlgorithms []SignatureScheme1698 certificateAuthorities [][]byte1701 func (m *certificateRequestMsg) marshal() ([]byte, error) {1751 func (m *certificateRequestMsg) unmarshal(data []byte) bool {
1165 func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg…