Lines Matching full:certificate
216 CBS certificate, extensions;
217 if (!CBS_get_u24_length_prefixed(&certificate_list, &certificate) ||
219 CBS_len(&certificate) == 0) {
226 pkey = ssl_cert_parse_pubkey(&certificate);
232 /* TLS 1.3 always uses certificate keys for signing thus the correct
234 if (!ssl_cert_check_digital_signature_key_usage(&certificate)) {
240 /* Retain the hash of the leaf certificate if requested. */
241 SHA256(CBS_data(&certificate), CBS_len(&certificate),
247 CRYPTO_BUFFER_new_from_CBS(&certificate, ssl->ctx->pool);
272 /* All Certificate extensions are parsed, but only the leaf extensions are
354 /* No certificate, so nothing more to do. */