Home
last modified time | relevance | path

Searched defs:certificateRequestMsg (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1979 type certificateRequestMsg struct { struct
1980 raw []byte
1981 vers uint16
1985 hasSignatureAlgorithm bool
1989 hasRequestContext bool
1991 certificateTypes []byte
1992 requestContext []byte
1993 signatureAlgorithms []signatureAlgorithm
1994 signatureAlgorithmsCert []signatureAlgorithm
1995 certificateAuthorities [][]byte
[all …]
Dhandshake_client.go1945 func selectClientCertificate(c *Conn, certReq *certificateRequestMsg) (*Certificate, error) {