D
don.williams
Question: If you change the order of attributes within an element that
is part of an XML signature, does that break the digital signature? I
thought attribute order was irrelevant in XML.
For example, suppose the original element when the XML Signature was
created was:
<MyElement a="123 b="456">
and while traversing an intermediary the element gets changed to:
<MyElement b="456" a="123>
Will this break the digital signature?
Thanks for any help on this.
...Don
is part of an XML signature, does that break the digital signature? I
thought attribute order was irrelevant in XML.
For example, suppose the original element when the XML Signature was
created was:
<MyElement a="123 b="456">
and while traversing an intermediary the element gets changed to:
<MyElement b="456" a="123>
Will this break the digital signature?
Thanks for any help on this.
...Don