php - verify x509 certificate validity at some point of time -
actually trying verify signature of file. consists of several items:
- verify file hash same in signature (non-modification)
- verify certificate chain valid (it done using ocsp , cached crls)
- verify certificate valid @ given time. problem. can't information using both
ocsp
orcrl
.
can point me direction how can checked?
Comments
Post a Comment