Home
last modified time | relevance | path

Searched refs:verifyCertificates (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go826 if err := hs.verifyCertificates(certMsg); err != nil {
1034 if err := hs.verifyCertificates(certMsg); err != nil {
1206 func (hs *clientHandshakeState) verifyCertificates(certMsg *certificateMsg) error { func