Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CRLVerifier.java #46

Closed
wants to merge 1 commit into from
Closed

Conversation

lvtaoleo
Copy link

It is wrong to ask the signdate must be after the thisUpdate time of crl. For example, one pdf was signed in 2018-08-27 and the cert didn't be revoked. The CA update crl daily, so the thisUpdate time is 2018-08-28 and nextUpdate time is 2018-08-29. If I verify the pdf in 2018-08-28 and the cert isn't in the crl, it should be return the good status when check the revocation status of the cert.

It is wrong to ask the signdate must be after the thisUpdate time of crl. For example,  one pdf was signed in 2018-08-27 and the cert didn't be revoked.  The CA update crl daily, so the thisUpdate time is 2018-08-28 and nextUpdate time is 2018-08-29.
@iText-CI
Copy link
Contributor

Can one of the admins verify this patch?

@itext itext deleted a comment from lvtaoleo Aug 28, 2018
@itext itext deleted a comment from lvtaoleo Aug 28, 2018
@amedee
Copy link
Contributor

amedee commented Aug 28, 2018

@lvtaoleo please don't tag random people. The people you tagged, will not be assigned to handle your PR. Thank you.

@avlemos
Copy link

avlemos commented Apr 30, 2019

Hi @lvtaoleo,

Right now itext/itextpdf has been deprecated in favor of itext/itext7, although we will continue to incorporate security fixes in itext/itextpdf (iText5).

Could you check if the issue exists in itext/itext7 so we can incorporate your fix?

Thank you for contribution, it is appreciated.

@avlemos avlemos closed this Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants