perl-net-saml2 / perl-XML-Sig

XML::Sig - A Perl toolkit to help sign and verify XML Digital Signatures.
https://metacpan.org/pod/XML::Sig
1 stars 2 forks source link

Inconsistent Canonicalization method #37

Closed timlegge closed 2 years ago

timlegge commented 2 years ago

The CanonicalizationMethod at:

https://github.com/perl-net-saml2/perl-XML-Sig/blob/a625d484553762d59dd50b1e0b35212cbf39172f/lib/XML/Sig.pm#L1636

id not correct given the use of $xml->toStringEC14N();

at https://github.com/perl-net-saml2/perl-XML-Sig/blob/a625d484553762d59dd50b1e0b35212cbf39172f/lib/XML/Sig.pm#L340