Home
last modified time | relevance | path

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

/openssl/crypto/ct/
H A Dct_sct_ctx.c80 int preidx, certidx; in ct_x509_cert_fixup() local
88 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier, in ct_x509_cert_fixup()
92 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
98 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
100 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
108 X509_EXTENSION *certext = X509_get_ext(cert, certidx); in ct_x509_cert_fixup()
/openssl/ssl/
H A Dt1_lib.c2765 size_t certidx; in tls1_check_chain() local
2770 if (ssl_cert_lookup_by_pkey(pk, &certidx) == NULL) in tls1_check_chain()
2772 idx = certidx; in tls1_check_chain()
/openssl/ssl/statem/
H A Dstatem_clnt.c1886 size_t certidx; in tls_post_process_server_certificate() local
1930 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx)) == NULL) { in tls_post_process_server_certificate()

Completed in 25 milliseconds