php - verify x509 certificate validity at some point of time -


actually trying verify signature of file. consists of several items:

  1. verify file hash same in signature (non-modification)
  2. verify certificate chain valid (it done using ocsp , cached crls)
  3. verify certificate valid @ given time. problem. can't information using both ocsp or crl.

can point me direction how can checked?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -