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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -