Comment 58 for bug 1085526

Revision history for this message
In , André Guerreiro (aguerreiro) wrote :

Created attachment 118193
poppler nss signature support - v5 - refactor

Here's a new patch following Albert's recommendations.
We've expanded the FormFieldSignature and FormFieldWidget classes to expose the signature method.

We also added checking for non-supported signature types as we only support pkcs7.detached signatures at the moment.

This patch only includes the changes to poppler core and the pdfsigverify utility, glib still needs changes to move the validation from poppler_document to poppler_form_field.