XML-Security / signxml

Python XML Signature and XAdES library
https://xml-security.github.io/signxml/
Apache License 2.0
137 stars 107 forks source link

does not generate "Type" attribute in "reference" of "signedproperties" with XAdES signatures #224

Closed jcorbalan69 closed 1 year ago

jcorbalan69 commented 1 year ago

does not generate "Type" attribute in "reference" of "signedproperties" with XAdES signatures.

I have tried in version 3.0 and 3.1, none of them generate the "Type" attribute

<ds:Reference Type="http://uri.etsi.org/01903#SignedProperties"

"Type" is required in the "Reference" element corresponding to the "signedProperties" URI in the XAdES format, as it indicates that the referenced element is a signed property.

kislyuk commented 1 year ago

Thank you for reporting this. Fix coming up.

kislyuk commented 1 year ago

Fix released in v3.1.1.