Hello
I am looking to identify a third party API which will perform certificate management using c/c++;
Ideally, the API should perform the following,
- Generate CSR's
- Perform Certificate conversions(pem<>DER)
- Retrieves certificates from CA's
- Parsing X509 certificates to extract various fields like public key, subject name, issuer details etc
- CRL retrival and validation or to handle OCSP
My people are not in favour of open sources so i cannot use OpenSSL.I am aware of the MS interfaces.
- Can you please share your experience and share what kind of products are available in this domain?
- What criterias do i need to look at to select such an API?
Thank you
Raj