summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Add an alternative API for parsing PGP packetsPanu Matilainen1-0/+18
2011-11-07Add ad API for retrieving algorithm values from digest parameter containersPanu Matilainen1-0/+8
2011-11-07Add an API for comparing two digest parameter containersPanu Matilainen1-0/+8
2011-11-07Add a dumb API to retrieve pubkey / signature params from pgpDigPanu Matilainen1-0/+8
2011-11-07Add another pgpVerify variant which takes key and sig as separate argsPanu Matilainen1-0/+11
2011-10-24Eliminate broken pgpLen() from the APIPanu Matilainen1-21/+0
2010-10-22Eliminate use of pgpHashAlgo in rpmio interface argumentsPanu Matilainen1-5/+5
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-2/+4
2010-06-29Tell rpm about SHA-224 existence (RhBug:608599)Jiri Kastner1-0/+1
2010-05-19Add public pgpValString() function + enum for the various typesPanu Matilainen1-0/+20
2010-05-19Bury struct pgpValTbl_s definition inside rpmpgp.cPanu Matilainen1-7/+0
2009-10-09Add an interface to parse armored OpenPGP from memoryPanu Matilainen1-0/+9
2009-05-22Couple of documentation typosPanu Matilainen1-2/+2
2009-03-25Push signature identification to librpmio / pgp handlingPanu Matilainen1-0/+7
2009-03-25Push signature verification down to librpmioPanu Matilainen1-0/+8
2009-03-25Add a type + basic api for bundle of digests (on same data)Panu Matilainen1-0/+54
2008-07-08Add a new legacy compatibility header, kill rpmints.hPanu Matilainen1-1/+1
2008-07-01Unexport all the umphteen pgp related tablesPanu Matilainen1-42/+0
2008-07-01Make every pgp function not needed by other parts of rpm staticPanu Matilainen1-214/+0
2008-06-02Document rpmDigestLength() error behaviorPanu Matilainen1-1/+1
2008-05-22Remove some leftover doxygen @todo markersPanu Matilainen1-1/+0
2008-05-21Include stdlib.h for free()Panu Matilainen1-0/+1
2008-04-07Remove static print buffer from pgpMpiStr(), return malloc'd data insteadPanu Matilainen1-6/+6
2008-04-07Merge pgpHexCvt() into pgpHexPrt(), removing it from public headersPanu Matilainen1-21/+0
2008-04-07Minimally convert all pgpHexCvt() users to use pgpHexStr() insteadPanu Matilainen1-3/+3
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen1-10/+2
2008-03-19Remove bunch of double consts. What have I've been thinking?Panu Matilainen1-10/+10
2008-03-06Further read-only tables in rpmpgp..Panu Matilainen1-1/+1
2008-03-06Mark various pgp value tables read-only as they should bePanu Matilainen1-10/+10
2008-01-10pgpHexStr() returns pointer to static buffer, return const char *Panu Matilainen1-1/+1
2007-12-19Hum, NSS needs to be shut down tooPanu Matilainen1-0/+5
2007-12-16pgpReadPkts returns malloced memory, unconstifyPanu Matilainen1-3/+2
2007-12-14Yet more type-pedantry...Panu Matilainen1-2/+2
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-16/+16
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-12-01Include sanityPanu Matilainen1-2/+2
2007-11-30rpmpgp doxygen taggingPanu Matilainen1-71/+71
2007-11-26Define and use pgpTime_t for pgp creation time(s)Panu Matilainen1-3/+4
2007-11-26Define and use pgpKeyID_t for pgp key id'sPanu Matilainen1-9/+11
2007-11-26Type pedantery.Ralf Corsépius1-2/+2
2007-11-26Eliminate type "byte"Ralf Corsépius1-64/+62
2007-11-22Move pgpDig typedefs to a more obvious place..Panu Matilainen1-0/+8
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-11-16Eliminate need for rpmio_internal.h in rpmdb.cPanu Matilainen1-0/+10
2007-11-15Initialize NSS early (rhbz#382091)Panu Matilainen1-0/+9
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-2/+7
2007-10-08Make header files self-contained.Ralf Corsépius1-0/+2
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-4/+4
2007-09-11Remove splint tags.Ralf Corsépius1-119/+35
2007-07-09Fix include of misc.h, rpmpgp.h and rpmsq.h in C++.Panu Matilainen1-2/+4