Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't eagerly reject expired or revoked certificates.
- Even if a certificate is expired or revoked, it doesn't mean that it is completely useless. If a signature was made before the certificate expired, or before any soft revocation, then it may still be valid. - This is safe, because we still check that a certificate is valid when we check a signature. - Fixes #59.
- Loading branch information