Searched defs:certificateRequestMsg (Results 1 – 2 of 2) sorted by relevance
1979 type certificateRequestMsg struct { struct1980 raw []byte1981 vers uint161985 hasSignatureAlgorithm bool1989 hasRequestContext bool1991 certificateTypes []byte1992 requestContext []byte1993 signatureAlgorithms []signatureAlgorithm1994 signatureAlgorithmsCert []signatureAlgorithm1995 certificateAuthorities [][]byte[all …]
1945 func selectClientCertificate(c *Conn, certReq *certificateRequestMsg) (*Certificate, error) {