how can I verify multiple single DER-encoded certificates which I recieve from a gateway and which represent a cert-chain alltogether.
I think this should be done like this (PseudoCode):
foreach (cert from chain)
check, if it was signed by the CA of the previous cert
Check if one of the certs is a trusted one (ideally this should be the Root-CA?)
I would appreciate any hints, which functions I could use for this.
Thanks in advance Andreas ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]