X509_check_issued
—
check whether a certificate was issued using a given CA
certificate
This function checks whether the certificate
subject was issued using the CA certificate
issuer. It does the following checks:
This function returns X509_V_OK
if the
certificate subject is issued by
issuer, or some X509_V_ERR*
constant to indicate an error.
X509_check_issued
() first appeared in
OpenSSL 0.9.6 and has been available since OpenBSD
2.9.