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.c77 int preidx, certidx; in ct_x509_cert_fixup() local
85 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier, in ct_x509_cert_fixup()
89 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
95 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
97 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
105 X509_EXTENSION *certext = X509_get_ext(cert, certidx); in ct_x509_cert_fixup()
/openssl/ssl/statem/
H A Dstatem_clnt.c1911 size_t certidx; in tls_post_process_server_rpk() local
1926 if ((clu = ssl_cert_lookup_by_pkey(sc->session->peer_rpk, &certidx, in tls_post_process_server_rpk()
2066 size_t certidx; in tls_post_process_server_certificate() local
2113 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx, in tls_post_process_server_certificate()
/openssl/ssl/
H A Dt1_lib.c3308 size_t certidx; in tls1_check_chain() local
3313 if (ssl_cert_lookup_by_pkey(pk, &certidx, in tls1_check_chain()
3316 idx = certidx; in tls1_check_chain()

Completed in 21 milliseconds