summaryrefslogtreecommitdiff
path: root/lib/rpmchecksig.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Fix missing error on --import on bogus key file (RhBug:869667)Panu Matilainen1-4/+5
2012-01-30Use rpmReadHeader() on signature checking path tooPanu Matilainen1-2/+4
2011-11-09Eliminate uses of pgpDig in package reading & signature checkingPanu Matilainen1-6/+4
2011-11-09Switch to using rpmKeyringVerifySig() internallyPanu Matilainen1-1/+1
2011-11-07Use pgpDigParamsAlgo() throughout the codebasePanu Matilainen1-4/+5
2011-11-07Unify the parsePGP() variants from package.c and rpmchecksig.cPanu Matilainen1-29/+8
2011-11-07Eliminate couple of unnecessary pgpDig usagesPanu Matilainen1-2/+2
2011-11-04Add a couple of missing includes, masked by NSS headersPanu Matilainen1-0/+2
2011-07-07Further streamline & sanitize lead handlingPanu Matilainen1-10/+3
2011-07-06Make rpmLeadRead() return an allocated lead, fixup callersPanu Matilainen1-3/+3
2011-04-19Actually handle headerGet() / pgpPrtPkts() failure on signature verifyPanu Matilainen1-4/+7
2010-10-22Fix (ie eliminate) rpmSigTag uses in rpmchecksigPanu Matilainen1-5/+5
2010-09-28Fix a rpmTag/rpmSigTag mismatch by using the more appropriate typePanu Matilainen1-1/+1
2010-09-03Further simplify rpmcliVerifySignatures()Panu Matilainen1-2/+6
2010-09-03Split package signing out of rpmchecksig.cPanu Matilainen1-372/+0
2010-09-03Export the cli-level signature checking as rpmcliVerifySignatures()Panu Matilainen1-24/+24
2010-09-03Export rpmcliImportPubkeys() (again) in the public APIPanu Matilainen1-1/+1
2010-09-03Remove hysterically useless RPMSIGN_NONE + --sign popt leftoversPanu Matilainen1-1/+0
2010-07-09Skip any initial comments when looking for pubkey start markerPanu Matilainen1-1/+1
2010-06-01Support many pubkeys in a single file in --import (RhBug:586827)Panu Matilainen1-31/+53
2010-05-06Minor cleanup to rpmReSign()Panu Matilainen1-12/+3
2010-05-06Fix minor header iterator leak in rpmReSign()Panu Matilainen1-4/+2
2010-05-06Clean up rpmcliImportPubkeys() a bit, no functional changesPanu Matilainen1-30/+18
2010-01-05Sanitize signature checking formatResult() a bitPanu Matilainen1-6/+3
2009-10-14Move fdDigest*() to rpmio.c where they better belongPanu Matilainen1-0/+1
2009-05-20Eliminate useless pgpDig nbytes counterPanu Matilainen1-5/+1
2009-04-22Refactor ts out of the main signature checking workerPanu Matilainen1-7/+21
2009-04-16Check for termination signals during signing / signature checking loopPanu Matilainen1-0/+1
2009-03-25Make sure fd bundle is always NULLed on rpmVerifySignatures() exitPanu Matilainen1-1/+1
2009-03-25Remove unnecessary {} block inflating indentation, streamlinePanu Matilainen1-21/+18
2009-03-25Eliminate header/payload digests from pgpDig_s, they dont belongPanu Matilainen1-22/+37
2009-03-12MD5 and SHA1 digests are handled just the same here...Panu Matilainen1-3/+0
2009-03-12Rip all handling of broken md5 sums from 1997, rpm 2.x eraPanu Matilainen1-6/+0
2009-03-12Eliminate can't happen codePanu Matilainen1-9/+0
2009-03-10Lift best signature detection out of rpmVerifySignatures()Panu Matilainen1-17/+28
2009-03-10Lift pgp parsing into separate functionPanu Matilainen1-7/+17
2009-03-10Avoid rasprintf() on potentially NULL stringPanu Matilainen1-8/+8
2009-03-10Eliminate Yet Another temporary result variablePanu Matilainen1-5/+5
2009-03-10Further rpmVerifySignatures() cleanupPanu Matilainen1-46/+46
2009-03-10Assume failure in rpmVerifySignatures()Panu Matilainen1-8/+2
2009-03-10Use rstrcat() instead of rasprintf(), less fuss involvedPanu Matilainen1-4/+2
2009-03-10Fix memleak on signature checking failurePanu Matilainen1-3/+3
2009-03-10Eliminate pointless {} block inflating indentation levelPanu Matilainen1-189/+186
2009-03-04Condense "shut up gcc" switch-cases to just default no action casePanu Matilainen1-11/+1
2009-01-05Eliminate header magic duplication all over the place, export itPanu Matilainen1-6/+2
2008-11-04Use more portable file access mode tests (ticket #5)Panu Matilainen1-1/+1
2008-10-06Consistent log level for "unverifiable signature" messagePanu Matilainen1-1/+1
2008-10-04Restore permissions of a signed rpm to that of the original (rhbz#465586)Panu Matilainen1-3/+8
2008-08-08Missing includePanu Matilainen1-0/+1
2008-08-04Bunch of keyring / pubkey refcounting fixesPanu Matilainen1-0/+1