Fix EU signature

Fix signature to have a check in: Is the signature intact?
pull/2/head
Marcos Sanz 2023-02-24 12:09:38 +01:00 committed by GitHub
parent 4136451365
commit 202edbc768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -963,11 +963,12 @@ z.PdfSigner = class{
{
"type": forge.pki.oids.contentType,
"value": forge.pki.oids.data,
}, {
"type": forge.pki.oids.messageDigest,
}, {
"type": forge.pki.oids.signingTime,
"value": signdate,
}, {
"type": forge.pki.oids.messageDigest,
},
],
});