X509_get_ext
tmpext = X509_get_ext(x, idx);
X509_EXTENSION *preext = X509_get_ext(presigner, preidx);
X509_EXTENSION *certext = X509_get_ext(cert, certidx);
if ((i >= 0) && (ext = X509_get_ext(cert, i)))
if (!(ext = X509_get_ext(ctx->issuer_cert, i)) ||
ex = X509_get_ext(x, i);
X509_EXTENSION *ext = X509_get_ext((X509 *) x, i_ext);
X509_EXTENSION *X509_get_ext(const X509 *x, int loc);