summaryrefslogtreecommitdiff
path: root/rpmio/rpmkeyring.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-09Add a signature verification method to keyringPanu Matilainen1-0/+9
- At least within rpm itself, callers aren't particularly interested in the actual key that matches a given signature, they just want simple good/bad/nokey answers. This makes life simple for them and avoids exposing further rpmPubkey internals through APIs.
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen1-14/+0
- These are internal helpers only, all refcount users need to use fooFree() or similar for correct operation. Add fwd declarations where necessary to avoid moving code around unnecessarily. - We could add these back later as aliases to fooFree() but for now, just get them out of the way.
2008-12-09Oops, missing wrappers for C++ in headers (ticket #12)Panu Matilainen1-0/+7
2008-08-08Add couple of new rpmPubkey() methodsPanu Matilainen1-0/+14
- rpmPubkeyDig() to retrieve parsed OpenPGP parameters of key - rpmPubkeyBase64() to return base64 encoding of the key
2008-07-17Add (and use) refcounting for rpmKeyring and rpmPubkeyPanu Matilainen1-0/+28
2008-07-02Add documentation for keyringPanu Matilainen1-0/+44
2008-07-01Move keyring related typedefs to rpmtypes.hPanu Matilainen1-3/+0
2008-07-01Beginnings of an abstract keyringPanu Matilainen1-0/+20
- 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