Axe the rpmsq debug code which was never getting built anyway
[platform/upstream/rpm.git] / rpmio / rpmpgp.c
2010-09-21 Panu MatilainenAdjust pgpMpiSet() dest type to match actual use
2010-06-29 Jiri KastnerTell rpm about SHA-224 existence (RhBug:608599)
2010-06-01 Panu MatilainenPermit DOS line-endings in PGP armors (RhBug:532992)
2010-05-19 Panu MatilainenAdd public pgpValString() function + enum for the vario...
2010-05-19 Panu MatilainenBury struct pgpValTbl_s definition inside rpmpgp.c
2009-11-25 Panu MatilainenWe can't handle OpenPGP subkeys or secret keys, so...
2009-10-09 Panu MatilainenAdd an interface to parse armored OpenPGP from memory
2009-08-31 Panu MatilainenUgh, fix brokenness from previous commit
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-05-08 Panu MatilainenFix parsing of pubkey signature packets. Ick.
2009-04-23 Panu MatilainenHide NSS peculiarities from API
2009-04-16 Panu MatilainenPad RSA signatures up to modulus size if necessary...
2009-04-09 Panu MatilainenFix PGP v4 fingerprint calculation (rhbz#493777)
2009-03-25 Panu MatilainenPush signature identification to librpmio / pgp handling
2009-03-25 Panu MatilainenPush signature verification down to librpmio
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-16 Panu MatilainenEliminate unnecessary pgpNewPublicKey() wrappers
2009-03-16 Panu MatilainenEliminate unnecessary field from pgpDig_s
2009-03-04 Panu MatilainenDont leak memory from hdrmd5ctx
2009-03-04 Panu MatilainenEliminate unnecessary fields from pgpDig_s
2009-01-08 Panu MatilainenOnly touch _crypto_initialized if we actually change it
2009-01-08 Panu MatilainenDon't segfault in pgpPubkeyFingerprint() if rpmDigest...
2008-07-01 Panu MatilainenCreate ascii armor that rpm itself accepts
2008-07-01 Panu MatilainenEliminate the nasty global _dig and _digp variables...
2008-07-01 Panu MatilainenUnexport all the umphteen pgp related tables
2008-07-01 Panu MatilainenMake every pgp function not needed by other parts of...
2008-06-10 Panu MatilainenSilly signedness mismatch in pgpMpiSet()
2008-04-15 Panu MatilainenPlug a memleak in pgpArmorWrap()
2008-04-08 Jindrich NovyRewrite pgpArmorWrap(), the former one was insecure...
2008-04-07 Panu MatilainenUh, return allocated pointer, not the end of string...
2008-04-07 Panu MatilainenRemove static print buffer from pgpMpiStr(), return...
2008-04-07 Panu MatilainenMerge pgpHexCvt() into pgpHexPrt(), removing it from...
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-03-24 Panu MatilainenRemove bogus consts from pgpDigParams_s structure
2008-03-19 Panu MatilainenRemove bunch of double consts. What have I've been...
2008-03-06 Panu MatilainenFurther read-only tables in rpmpgp..
2008-03-06 Panu MatilainenMark various pgp value tables read-only as they should be
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-09 Panu MatilainenLast 8 bytes of RSA modulus is keyid for V3 pubkeys...
2008-01-03 Panu MatilainenLose unused pgpMpiHex()
2007-12-19 Panu MatilainenHum, NSS needs to be shut down too
2007-12-17 Panu MatilainenUse constfree for cleaning up pgp digest contents
2007-12-16 Panu MatilainenpgpReadPkts returns malloced memory, unconstify
2007-12-14 Panu MatilainenRemove bogus consts..
2007-12-14 Panu MatilainenMore misc size_t issues
2007-12-14 Panu MatilainenCouple of more size_t uses + related format string...
2007-12-13 Panu MatilainenBig bunch of int -> size_t corrections for various...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-26 Panu MatilainenDefine and use pgpKeyID_t for pgp key id's
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-16 Panu MatilainenEliminate need for rpmio_internal.h in rpmdb.c
2007-11-15 Panu MatilainenInitialize NSS early (rhbz#382091)
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-09-20 Panu MatilainenMove _free() into system.h for now
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-12 Panu MatilainenrpmioSlurp() related cleanups.
2007-07-11 Panu MatilainenTurn rpmioSlurp() length argument to unsigned size_t...
2007-07-10 Panu MatilainenCast to strlen expected type to avoid warning.
2007-07-10 Panu Matilainen#ifdef out unused pgpSecret* definitions to shut up...
2007-05-23 Panu MatilainenRemove hardcoded RH GPG-keys from the source.
2005-03-13 jbjAdd support for sha256/sha384/sha512 (if available.).
2005-02-02 jbj- fix: length of gpg V4 hash seed was incorrect (#146896).
2005-01-23 jbj- blueprint rpm-4_4 and HEAD to minimize diff spew.
2005-01-04 jbjSplint fiddles.
2004-12-01 jbjDeal with \r\n after "-----END PGP PBLIC KEY BLOCK...
2004-11-28 jbj- add support for automagic pubkey retrieval using...
2004-10-09 jbjSplint fiddles.
2004-10-09 jbjSplint fiddles.
2003-05-30 jbjConsolidate external beecrypt changes.
2003-05-05 jbjUse new mpfpruntf now in beecrypt-3.0.0 API.
2003-04-28 jbjbeecrypt-3.0.0 merge: DSA/SHA1 functional in rpm.
2003-04-25 jbjbeecrypt-3.0.0 merge: grand renaming, mp32barrett et al.
2003-04-25 jbjbeecrypt-3.0.0 merge: grand renaming, mp32number et al.
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.
next