Add another pgpVerify variant which takes key and sig as separate args
authorPanu Matilainen <pmatilai@redhat.com>
Sun, 6 Nov 2011 18:58:56 +0000 (20:58 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Nov 2011 06:05:34 +0000 (08:05 +0200)
commitdc3f313b667844e397028bbf2c7dc75cf2917a7a
treeac76c56dc0681160da92bf8f6d39c7453792acff
parent44f1c853fd776f50f58f300e6045d45d73ff5566
Add another pgpVerify variant which takes key and sig as separate args

- pgpVerifySig() is now just a dumb wrapper around pgpVerifySignature()
  which does the real work.
- Update the sole caller to use the new interface instead, deprecate
  the old dig interface.
- First steps towards getting rig of pgpDig which always was a
  strange creature and now is nothing but a nuisance and obfuscation.
  Yes keys and signatures walk hand in hand much of the time, but
  they come from different sources and want to be handled as
  separate data really.
lib/signature.c
rpmio/rpmpgp.c
rpmio/rpmpgp.h