summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.h
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-07- add header RSA signature (untested, disabled for now).jbj1-1/+10
2002-03-06- add header DSA signature.jbj1-9/+13
2002-02-04- generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid.jbj1-0/+2
2001-10-23- generate an rpm header on the fly for imported pubkeys.jbj1-59/+37
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-103/+157
2001-10-20- stupid macros to configure public key file paths.jbj1-0/+21
2001-10-20- add :base64 and :armor format extensions, dump binary tags in hex.jbj1-3/+130
2001-10-19Permit multiple, simultaneous, digests on a single FD_t.jbj1-2/+6
2001-10-19- beecrypt is at least as good as pgp/gpg on verify, pull the plug.jbj1-0/+2
2001-10-19Rewire digests, step 1.jbj1-0/+1
2001-10-16Factor -type problems into explicit code annotations.jbj1-1/+1
2001-10-15Explicit branchstate annotations.jbj1-1/+1
2001-10-15lclint fiddles to annotate globals.jbj1-10/+22
2001-10-13- ratchet up to lclint "strict" level.jbj1-1/+2
2001-10-11- proof-of-concept PGP/RSA verification for legacy signatures.jbj1-6/+9
2001-10-05- proof-of-concept GPG/DSA verification for legacy signatures.jbj1-4/+8