Lines Matching full:certificate
869 * certificate which requires hashing the handshake transcript under a
953 CBS certificate;
954 if (!CBS_get_u24_length_prefixed(&certificate_list, &certificate)) {
960 data = CBS_data(&certificate);
961 x = d2i_X509(NULL, &data, CBS_len(&certificate));
967 if (data != CBS_data(&certificate) + CBS_len(&certificate)) {
998 /* Inconsistency alert: cert_chain does include the peer's certificate, which
1090 /* PSK ciphersuites that also send a Certificate would have already
1201 /* else anonymous DH, so no certificate or pkey. */
1268 /* else anonymous ECDH, so no certificate or pkey. */
1410 /* get the certificate types */
1485 /* we should setup a certificate to return.... */
1699 /* We should always have a server certificate with SSL_kRSA. */
2067 /* ssl3_has_client_certificate returns true if a client certificate is
2134 /* There is no client certificate, so the handshake buffer may be
2168 /* we don't have a certificate */
2184 /* This is the passed certificate */
2204 /* Check that we have a certificate if we require one */