Process all keys and signatures we find
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Nov 2011 06:33:02 +0000 (08:33 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Nov 2011 06:53:17 +0000 (08:53 +0200)
commitae9e8901fde4ffd5903d111fe80d0b32d626e8ba
treee36930f21e4e0772ce15a11f98bfbe9636c91584
parent91e1aeb4d97846013d245949c5be0175c1f1907b
Process all keys and signatures we find

- We still can't store more than one signature / key at a time, but
  since we can easily *process* them without trashing already stored
  values, lets do so to avoid returning errors from legal packets.
  Also pay attention to only store data matching our expected type,
  ie dont store signature data into pubkey parameters and vice versa.
- This mostly affects pubkey packets which can have more than one
  key present and which (can) also carry certification signature
  which we currently do not handle properly at all.
rpmio/rpmpgp.c