Skip to content

Commit

Permalink
fix: enable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Jan 6, 2025
1 parent 43a76ea commit 6afb1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/api/handlers/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func verifySod(
}
}

signedAttrHash, err := verifySignature(signature, cert, signedAttributes, *algorithmPair)
signedAttrHash, err := verifySignatureIterated(signature, cert, signedAttributes, *algorithmPair)
if err != nil {
unwrappedErr := errors2.Unwrap(err)
if errors2.Is(unwrappedErr, types.ErrInvalidPublicKey{}) {
Expand Down

0 comments on commit 6afb1f1

Please sign in to comment.