Open GoogleCodeExporter opened 9 years ago
Patches add preliminary support for full -A form, including
TimeStampValidationData property.
Implemented features:
- support for TimeStampValidationData property, both creation and use for validation
- test suite with lapsed time stamps and certificates (including CA)
Missing features:
- lack of support or tests with multiple A time stamps
- every added TimeStampValidationData contains *all* revocation data for TimeStamps, including data already included before
patches 1-6 are the same as in main issue entry
Original comment by hubert.k...@gmail.com
on 18 Dec 2012 at 4:44
Attachments:
continuing comment 1, rest of patches (all)
Original comment by hubert.k...@gmail.com
on 18 Dec 2012 at 4:46
Attachments:
I've fixed the "lack of support or tests with multiple A time stamps" problem,
I'll release the code once I'll fix the problem with the ever growing
TimeStampValidationData (probably in next 2 days)
Original comment by hubert.k...@gmail.com
on 19 Dec 2012 at 5:49
Patches posted above (01-23) stay as-is. Rest is attached to this and following
comments.
This patch series fix all problems related to creation and verification of
XAdES-A form:
- support for multiple T, X, A timestamps from different TSAs
- support for extending A form to A form
- support for validating any number of subsequent ArchiveTimeStamps (tests with series of 4 time stamps extended over 20 year period, including lapsed CAs)
- creation of minimal TimeStampValidationData property (no duplication of certificates and CRLs between different TimeStampValidationData or XAdES-X-L properties)
- preliminary support for grace period (full support won't be added because of lack of support from Bouncy Castle or Java), CRLs are added to TimeStampValidatoinData only if they were published after the time in time stamp they're protecting plus a week
Original comment by hubert.k...@gmail.com
on 27 Dec 2012 at 5:20
Attachments:
rest of patches.
This closes the issue.
Original comment by hubert.k...@gmail.com
on 27 Dec 2012 at 5:26
Attachments:
To ease download, all patches in single file.
Original comment by hubert.k...@gmail.com
on 27 Dec 2012 at 5:27
Attachments:
There is a major issue with validation of the A from.
It fails for enveloping signature because of not correctly implementing XAdES
v1.4.2 specification clause G.2.2.16.2.4, point 1) of particular rules for
implicit mechanism.
Here's a patch fixing the problem, to be applied on top of aforementioned
patches.
Original comment by krzyszto...@gmail.com
on 24 Jul 2013 at 1:44
Attachments:
Original issue reported on code.google.com by
hubert.k...@gmail.com
on 16 Dec 2012 at 9:22Attachments: