You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#289 added support for producing signatures which don't include the SigningCertificate property, ensuring that the signing certificate is added in KeyInfo and signed. This is allowed by section 4.4.1 of XAdES 1.4.1.
Try to update signature verification so that signatures produced as described above are deemed valid. Currently, the presence of SigningCertificate is mandatory.
The restrictions in section 4.4.1 should be validated.
The text was updated successfully, but these errors were encountered:
#289 added support for producing signatures which don't include the
SigningCertificate
property, ensuring that the signing certificate is added inKeyInfo
and signed. This is allowed by section 4.4.1 of XAdES 1.4.1.Try to update signature verification so that signatures produced as described above are deemed valid. Currently, the presence of
SigningCertificate
is mandatory.The restrictions in section 4.4.1 should be validated.
The text was updated successfully, but these errors were encountered: