-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal: provide unique failure messages for invalid signatures. Fixes
#146 Before, there were 6 different cases in which "Invalid Signature" could be returned, making it hard to debug which case had been triggered. Now we return a unique message in each case. For improvement backwards compatibility, all cases still contain the string "Invalid signature", so code that was checking for that regex will be fine. If code was checking for the exact string "Invalid Signature", it will need to be updated.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.