Splint fiddles.
[platform/upstream/rpm.git] / rpmio / rpmpgp.c
2003-04-09 jbjSplint fiddles.
2002-12-24 jbj- add %%pubkey attribute to read armored pubkey files...
2002-09-16 jbjAnother pgp parser fix.
2002-09-03 jbj- fix: parse pgp packets more carefully.
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-08-02 jbj- fix: signed pubkeys were imported incorrectly (#68291).
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-20 jbj- version added to *.la dependency libraries (#69063).
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-06-19 jbjAnnotate incondefs in source code.
2002-05-07 jbj- plug most install mode leaks.
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-03-07 jbj- add header RSA signature (untested, disabled for...
2002-03-06 jbj- add header DSA signature.
2002-02-28 jbjUse Knuth algorithm Y for computing DSA "w = inv(s...
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-12-08 jbj- lclint-3.0.0.19 fiddles.
2001-10-23 jbj- generate an rpm header on the fly for imported pubkeys.
2001-10-21 jbj- all symbols but hdrVec are now forward references...
2001-10-20 jbj- stupid macros to configure public key file paths.
2001-10-20 jbj- add :base64 and :armor format extensions, dump binary...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-10-11 jbj- proof-of-concept PGP/RSA verification for legacy...
2001-10-08 jbj- upgrade to beecrypt-2.2.0pre.
2001-10-05 jbj- proof-of-concept GPG/DSA verification for legacy...
2001-10-05 jbjTest vectors for GPG V3 DSA signature of "abc".
2001-10-01 jbjDisplay signature and public key internals, calculate...
2001-09-29 jbj- create RFC-2440 OpenPGP API in rpmio.