Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue verifying XML that includes wide characters #49

Closed
timlegge opened this issue Nov 25, 2021 · 0 comments
Closed

Issue verifying XML that includes wide characters #49

timlegge opened this issue Nov 25, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@timlegge
Copy link
Contributor

Wide character in subroutine entry at C:/Strawberry/perl/site/lib/Net/SAML2/XML/Sig.pm line 418.
C:/Strawberry/perl/site/lib/Net/SAML2/XML/Sig.pm around line 418

415         $signed_xml->addChild( $signature_node );
416 
417         # Obtain the DigestValue of the Canonical XML
418         my $digest = $self->{digest_method}->($canonical);
419 
420         print ( "    Reference Digest:  " . _trim($refdigest) ."\n") if $DEBUG;

Likely also a issue in signing XML as well as verifying

@timlegge timlegge self-assigned this Nov 25, 2021
@timlegge timlegge added the bug Something isn't working label Nov 25, 2021
timlegge added a commit to timlegge/perl-Net-SAML2 that referenced this issue Nov 26, 2021
timlegge added a commit to timlegge/perl-Net-SAML2 that referenced this issue Nov 26, 2021
  - dd9776e Merge pull request perl-net-saml2#50 from timlegge/issue-38
  - 54cf599 Testapp should display unicode
  - ac74ac4 Fixes Issue perl-net-saml2#49 - Issue verifying XML that includes wide characters
  - 5afc7dd Add strict and warnings to tests
  - c20ed8c Add strict and warnings and move existing to the stop
  - 26c53c1 v0.45
  - 5397713 (tag: 0.45) Update for new version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant