Searched defs:certificateRequestMsg (Results 1 – 2 of 2) sorted by relevance
2212 type certificateRequestMsg struct { struct2213 raw []byte2214 vers uint162218 hasSignatureAlgorithm bool2222 hasRequestContext bool2224 certificateTypes []byte2225 requestContext []byte2226 signatureAlgorithms []signatureAlgorithm2227 signatureAlgorithmsCert []signatureAlgorithm2228 certificateAuthorities [][]byte[all …]
2085 func selectClientCertificate(c *Conn, certReq *certificateRequestMsg) (*Certificate, error) {