Details
Description
A community member posted a sample file that has a signature with a subfilter value of ETSI.CAdES.detached. This sub filter type wasn't in the specification list of default types and went unimplemented on our end.
However the ETSI specification appears to be very well aligned with the Adobe Pkcs7 format.
However the ETSI specification appears to be very well aligned with the Adobe Pkcs7 format.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.2.4 [ 13099 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51477 | Mon May 08 10:01:46 MDT 2017 | patrick.corless | adbe.pkcs7.detached format. |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/pobjects/acroform/signature/DigitalSignatureFactory.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51478 | Mon May 08 10:02:10 MDT 2017 | patrick.corless | adbe.pkcs7.detached format. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/acroform/signature/DigitalSignatureFactory.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The good news is that our Pkcs7Validator implementation can correctly validate the ETSI.CAdES.detached subtype. The DigitalSignatureFactory just needs to be updated to handle the news subtype.