Eliminate header/payload digests from pgpDig_s, they dont belong
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Mar 2009 11:23:19 +0000 (13:23 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Mar 2009 11:23:19 +0000 (13:23 +0200)
commit14468255716a211064f7653e9f582f94f4c25f9a
tree64bc2a4c256db9e551b6ebc191eb1e8ef316052e
parent3f6b2f8c7b7b79a59664e16d6d350acb54802171
Eliminate header/payload digests from pgpDig_s, they dont belong
- allocate+free digests locally where needed, pass around in separate argument
- use digest bundles to handle rpmVerifySignatures() needs
- kill-kill-kill fdStealDigest(), dup the contexts from bundles as needed
lib/package.c
lib/rpmchecksig.c
lib/signature.c
lib/signature.h
rpmio/digest.c
rpmio/digest.h
rpmio/rpmio_internal.h
rpmio/rpmpgp.c