Skip to content

Implement verify mode.

Todd Miller requested to merge millertc/debsigs:cmd_verify into master

Verify each signature in the .deb file (files that start with _gpg). The detached signature is stored in a temporary file since the data needs to be passed to gpg on stdin.

Merge request reports