schorschii / Simple-Signer

Sign and certify PDF files on Linux with optional visual stamp using a .p12/.pfx certificate file
GNU General Public License v3.0
43 stars 8 forks source link

Certification fails #18

Closed BMValeev closed 3 months ago

BMValeev commented 3 months ago

If do certification insted of the sign. cert check fails, because the date was written when date was parsed, and the write file date is written later in the system, which lead that file was rewritten after certification

BMValeev commented 3 months ago

I put write of the date and certification right before write in the file. still even if it is the same date it fails certification

BMValeev commented 3 months ago

Seems certification doesnt work at all in https://github.com/m32/endesive/blob/master/endesive/pdf/cms.py Not sure but there is topic where discussed that https://github.com/m32/endesive/issues/68