You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue or feature request: Key.verify method can produce unknown error's during verification of signatures. Example: If a GPGKey is used to verify a signature of type Signature, will cause a FormatError. With FormatError determining the cause of error is not easy. Key.verify method should handle these exceptions and raise exceptions for different causes.
Current behavior:
No error handling in Key.verify.
Expected behavior:
Error handling should be added to Key.verify.
Description of issue or feature request:
Key.verify
method can produce unknown error's during verification of signatures. Example: If aGPGKey
is used to verify a signature of typeSignature
, will cause a FormatError. WithFormatError
determining the cause of error is not easy.Key.verify
method should handle these exceptions and raise exceptions for different causes.Current behavior:
No error handling in
Key.verify
.Expected behavior:
Error handling should be added to
Key.verify
.Ref: #2 (comment)
The text was updated successfully, but these errors were encountered: