X509_get_X509_PUBKEY
return SCT_CTX_set1_issuer_pubkey(sctx, X509_get_X509_PUBKEY(issuer));
X509_PUBKEY *xpkey = X509_get_X509_PUBKEY(x);
len = i2d_X509_PUBKEY(X509_get_X509_PUBKEY(cert), &buf);
X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x);
xpk = X509_get_X509_PUBKEY(cpk->x509);
X509_PUBKEY *pubkey = X509_get_X509_PUBKEY(cert);
if (!TEST_ptr(pubkey = X509_get_X509_PUBKEY(cert))
if (!TEST_ptr(pubkey = X509_get_X509_PUBKEY(cert))
pubkey = X509_get_X509_PUBKEY(cert);
cert_pubkey = X509_get_X509_PUBKEY(cert);