You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultTimeStampVerificationProvider, verifyToken method uses time from the
token itself to validate if the signature in it is valid.
So we're using not validated data in validation. That's incorrect.
The time should be either *now* or time from some validated time stamp higher
in XAdES hierarchy.
What version of the product are you using? On what operating system?
1.3.0
Patch that fixes the issue is attached (it's a bit hackish though). Depends on
patch from issue 49.
Original issue reported on code.google.com by [email protected] on 4 Oct 2012 at 3:06
Original issue reported on code.google.com by
[email protected]
on 4 Oct 2012 at 3:06Attachments:
The text was updated successfully, but these errors were encountered: