PgpCore icon indicating copy to clipboard operation
PgpCore copied to clipboard

Verify methods should also verify clear signed files

Open mattosaurus opened this issue 2 years ago • 0 comments

When attempting to verify a clear signed message an error is returned as it is expected that the VerifyClear method will be used instead.

The Verify method should either call the VerifyClear method or return a more useful error.

mattosaurus avatar Jan 23 '24 11:01 mattosaurus