Hello,

I'm working with a combination of pkcs11-helper and OpenSSL, and I was
wondering how I could build a certificate chain from an X509 certificate?
I need to be able to get the issuer from the certificate as an object of
type X509. I didn't find how this was possible, I only found methods to get
the issuer as a string or issuerUID (which seems to be empty).

I found a workaround to build this chain, but it only works for
eID-certificates, not for others.

So could anyone tell me how it is possible to do something like this:
X509 cert;
X509 issuer = cert.getIssuerAsX509();

Thanks in advance!
-- 
View this message in context: 
http://www.nabble.com/OpenSSL-how-to-build-certificate-chain-tp22722500p22722500.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to