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

Fix key import #80

Merged
merged 8 commits into from
Aug 13, 2024
Merged

Fix key import #80

merged 8 commits into from
Aug 13, 2024

Conversation

microshine
Copy link
Collaborator

This pull request includes several updates and fixes:

  • The crypto usage has been updated to support the latest version of NodeJS.

  • A key import issue has been fixed by reimporting the key with the correct algorithm.

  • An outdated CircleCI configuration file has been removed.

  • A new GitHub Actions CI/CD workflow has been added for automated testing and publishing.

  • An option to replace canonicalization with comments has been added.

const sig = new xmldsig.SignedXml(xml);
sig.LoadXml(signatures[0]);
sig.replaceCanonicalization = true;
const ok = await sig.Verify();
  • Dependencies have been updated.

@microshine microshine merged commit 7f7f1dc into master Aug 13, 2024
4 checks passed
@microshine microshine deleted the fix-verification branch August 13, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants