summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.h
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-01Deal with \r\n after "-----END PGP PBLIC KEY BLOCK-----" from hkp://sks.keyse...jbj1-1/+8
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-12/+35
2003-05-18- use beecrypt-3.0.0 API with beecrypt.api.h et al, not types.h.jbj1-2/+2
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-1/+1
2003-04-09Splint fiddles.jbj1-10/+10
2003-04-02Splint clean.jbj1-2/+2
2003-04-01Splint fiddles.jbj1-1/+1
2002-12-24- add %%pubkey attribute to read armored pubkey files into header.jbj1-0/+10
2002-09-04- fix: parse header data more carefully.jbj1-1/+1
2002-09-03- fix: parse pgp packets more carefully.jbj1-5/+6
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj1-1/+2
2002-07-20- version added to *.la dependency libraries (#69063).jbj1-77/+63
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-2/+5
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-2/+1
2002-06-23Add boundswrite annotations everywhere.jbj1-8/+118
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+2
2002-06-19Annotate incondefs in source code.jbj1-2/+2
2002-05-13AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).jbj1-5/+5
2002-04-10- beecrypt: add types.h, eliminate need for config.gnu.h.jbj1-0/+1