Lift RSA/DSA specific signature verification to helper functions
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 4 Nov 2011 12:18:29 +0000 (14:18 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 4 Nov 2011 12:18:29 +0000 (14:18 +0200)
commit278d17f009333668f8e78e8b1d2019be682e305f
treed15437fffefe28be2629614b45a374b7b6d75b24
parent573ea4d4328e9c5ee837efb06a6d2da5db08b6c9
Lift RSA/DSA specific signature verification to helper functions

- Use function pointers to call appropriate helper, cleaning up
  pgpVerifySig() a bit. Supposedly no functional changes, just
  further isolation of NSS specifics.
- Pass down pubkey and signature as separate pointers, we'll
  want to get rid of pgpDig eventually as it only obfuscates things.
rpmio/rpmpgp.c