Unify DSA/RSA/GPG/blaa signature verification, simplify
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Mar 2009 14:48:24 +0000 (16:48 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Mar 2009 14:48:24 +0000 (16:48 +0200)
commit678dceb2455537895e6562886d7887614d546e61
tree3384ab460b9aa5d93945510f8509fe8602900584
parent0ce87a7494eadb6f355b561d4e47d2226931a3de
Unify DSA/RSA/GPG/blaa signature verification, simplify
- verifyRSA/DSA were just the same already, differences are in key/sig
  parameters which dont matter on this level
- these dont need sigtd for anything, the data has been parsed into pgpDig
  before we get here
- add extra flag for header-only vs header+payload signatures,
  we know which is it in rpmVerifySignature()
lib/signature.c