Make base64 encoding/decoding part of rpmio public API
[platform/upstream/rpm.git] / rpmio / rpmpgp.c
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-11-09 Panu MatilainenAdd an alternative API for parsing PGP packets
2011-11-09 Panu MatilainenAllocate signature and pubkey dynamically within pgpDig...
2011-11-09 Panu MatilainenUse pgpDigGetParams() in pgpVerifySig() compat wrapper too
2011-11-08 Panu MatilainenTolerate NULL key in pgpVerifySignature()
2011-11-07 Panu MatilainenEliminate unused params member from pgpDigParams
2011-11-07 Panu MatilainenAdd ad API for retrieving algorithm values from digest...
2011-11-07 Panu MatilainenAdd an API for comparing two digest parameter containers
2011-11-07 Panu MatilainenAnd finally, make pgpDig struct fully opaque
2011-11-07 Panu MatilainenAdd a dumb API to retrieve pubkey / signature params...
2011-11-07 Panu MatilainenProcess all keys and signatures we find
2011-11-07 Panu MatilainenMake pgpPrtPubkeyParams() return an int like all the...
2011-11-07 Panu MatilainenAdd another pgpVerify variant which takes key and sig...
2011-11-07 Panu MatilainenClean up pgpPrtPkts() and friends a bit
2011-11-04 Panu MatilainenBury all NSS specifics into a separate source
2011-11-04 Panu MatilainenImplement PGP key & sig algorithm specific part OO...
2011-11-04 Panu MatilainenLift RSA/DSA specific signature verification to helper...
2011-11-04 Panu MatilainenLift RSA/DSA key MPI calculations to helper functions
2011-11-04 Panu MatilainenLift RSA/DSA signature MPI calculations to helper functions
2011-11-04 Panu MatilainenRemove now redundant NULL digparam checks within the...
2011-11-04 Panu MatilainenArrange temporary storage for parsing if called with...
2011-11-04 Panu MatilainenAdded sanity checks on pgpPrtPkts() entry
2011-11-04 Panu MatilainenEliminate bunch of unused/useless debug cruft from...
2011-11-04 Panu MatilainenSplit digest parameter freeing into a separate helper...
2011-11-04 Panu MatilainenStore the rsa/dsa parameters in pgpDigParamers struct...
2011-11-01 Panu MatilainenVerify PGP signature packet sizes and number of MPIs...
2011-11-01 Panu MatilainenEliminate buggy pgpPrtComment()
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-10-26 Panu MatilainenVerify MPI size is within packet boundary in pgpMpiItem()
2011-10-26 Panu MatilainenRemove support for V3 public keys
2011-10-26 Panu MatilainenWe dont deal with secret keys, leave them alone
2011-10-25 Panu MatilainenCentralize PGP packet decoding and sanity checking...
2011-10-25 Panu MatilainenVerify there are sufficient number of bytes to calculat...
2011-10-25 Panu MatilainenAvoid redundant calculations on pubkey fingerprint...
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors
2011-10-24 Panu MatilainenEliminate useless pgpIsPkt() helper function
2011-10-24 Panu MatilainenEliminate broken pgpLen() from the API
2011-10-24 Panu MatilainenValid PGP packets are always at least two bytes long
2011-09-30 Panu MatilainenSanity check OpenPGP packet lengths in pgpPrtSubType()
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-08-02 Panu MatilainenpgpVerifySig() check of NULL hash is the wrong way...
2011-07-14 Panu MatilainenSanity check signatures even if we dont have a key
2011-07-13 Panu MatilainenFix memleak on keys with more than one user id
2011-07-13 Panu MatilainenFix crash on PGP packets/armors with more than one...
2011-03-03 Panu MatilainenEliminate unused variable + calculations in pgpPubkeyFi...
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
next