Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/libsaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ const libSaml = () => {

sig.loadSignature(signatureNode);

doc.removeChild(signatureNode);

verified = verified && sig.checkSignature(doc.toString());

// immediately throw error when any one of the signature is failed to get verified
Expand Down