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

Canonical SignedInfo should be with comments #11

Closed timlegge closed 3 years ago

timlegge commented 3 years ago
my $signed_info_canon = $signed_info_node->toStringC14N(1);

https://github.com/perl-net-saml2/perl-XML-Sig/blob/3df1cffb31409f7ce3d58727f5f89a7ce89b0d9c/lib/XML/Sig.pm#L128