I have researched SSL certificate validation with revocation checking using OpenSSL however this seems a rather complex method (here).
- Are there any simpler alternatives to OpenSSL when trying to validate SSL certificates with revocation checking in PHP?
- Is there a more obvious way to do this in any other language which could then be called from the PHP script?