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
Refactor XML signature verification and add comments
This commit refactors the XML signature verification process in the `FiskalEntity` struct. It introduces a placeholder function `verifyXML` that currently returns true without performing any actual verification. The commit also adds comments to explain the limitations of the current implementation and the challenges in implementing proper XML canonicalization. A reliable pure Go library don't exist this time so it's either try to help fix the existing ones if possible, write a new one or use external
The `signXML` function is not affected by this change and continues to work as expected.
0 commit comments