X509_get_ext
X509_EXTENSION *preext = X509_get_ext(presigner, preidx);
X509_EXTENSION *certext = X509_get_ext(cert, certidx);
LCRYPTO_USED(X509_get_ext);
X509_EXTENSION *X509_get_ext(const X509 *x, int loc);
if ((i >= 0) && (ext = X509_get_ext(cert, i)))
if (!(ext = X509_get_ext(ctx->issuer_cert, i)) ||
LCRYPTO_ALIAS(X509_get_ext);
ex = X509_get_ext(x, i);
X509_EXTENSION *ext = X509_get_ext((X509 *) x, i_ext);
if ((ext = X509_get_ext(cert, idx)) == NULL) {
subjectaltname = X509_get_ext(scert, extpos);
tmpext = X509_get_ext(x, idx);
ext = X509_get_ext(x, i);
if ((ku = X509_get_ext(x, ku_idx)) == NULL) {
X509_EXTENSION *ex = X509_get_ext(