Beginnings of an abstract keyring
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 1 Jul 2008 12:24:04 +0000 (15:24 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 1 Jul 2008 14:52:40 +0000 (17:52 +0300)
commit685877f2a0ec949186bbcad1f18ee7895e0da15b
treee35de4f77267ab5730ad13a2dc92eef73c1efb24
parente435dde712e390f1bdc729b8c792da9bd0633e16
Beginnings of an abstract keyring
- in librpmio to avoid dependencies on higher level stuff
- for now it's just an in-memory structure that needs to be populated
  by someone simply by feeding in GPG public keys
rpmio/Makefile.am
rpmio/rpmkeyring.c [new file with mode: 0644]
rpmio/rpmkeyring.h [new file with mode: 0644]