I'm developing a secure webserver in C/C++ using gSoap and OpenSSL. I need to check a CRL - struct X509_CRL - to see wheter or not a certificate - struct X509 - is revoked. I don't know how to do it and it doesn't seem I can find anything on the web. OpenSSL is poorly, poorly documented, all I can find are command line examples I don't need! Thanks to everyone would be so nice to answer.
Asked
Active
Viewed 1,613 times