Searched refs:certidx (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 77 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 D | statem_clnt.c | 1911 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 D | t1_lib.c | 3308 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