bmaptool: implement GPG signature verification
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 16 Sep 2013 15:52:02 +0000 (18:52 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 18 Sep 2013 06:51:21 +0000 (09:51 +0300)
commit61f88bd7e84db783bcb51ba5b3b0d01a6827a93d
tree519c91de810e13cc82d193399e802c099d8d2dbf
parent121fc39df4c12a41247077067ba14e7a2912dae9
bmaptool: implement GPG signature verification

This is a feature which was requested by the Fedora communitiy.

Both clearsign and detached GPG signatures are supported. The signature file
auto-discovery is supported (similar to bmap file auto-discovery).

More user-facing information will be added to the man page a bit later.

We add the following command-line options:
    1. --bmap-sig option for specifying the detached signature file path
    2. --no-sig-verify option for making bmaptool avoid verifying the clearsign
       signature and avoid signature file auto-discovery

Change-Id: Id64194415759abdbbe4e2f54d997f0855f67c749
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool