Age | Commit message (Expand) | Author | Files | Lines |
2009-06-23 | Set HEADERFLAGS_ALLOCATED centrally from headerLoad() | Panu Matilainen | 1 | -1/+2 |
2009-05-20 | Remove unnecessary includes + other minor include corrections | Panu Matilainen | 1 | -5/+2 |
2009-05-20 | Remove size "signature" verification | Panu Matilainen | 1 | -30/+0 |
2009-03-26 | Put the PGP foobar signature generation out of its misery | Panu Matilainen | 1 | -235/+12 |
2009-03-25 | Unify DSA/RSA/GPG/blaa signature verification, simplify | Panu Matilainen | 1 | -46/+14 |
2009-03-25 | Rename internal signature verification functions | Panu Matilainen | 1 | -6/+6 |
2009-03-25 | Reorder internal signature verification arguments | Panu Matilainen | 1 | -10/+10 |
2009-03-25 | Push signature identification to librpmio / pgp handling | Panu Matilainen | 1 | -52/+8 |
2009-03-25 | Remove redundant RSA/DSA parameter checks | Panu Matilainen | 1 | -16/+0 |
2009-03-25 | Push signature verification down to librpmio | Panu Matilainen | 1 | -55/+3 |
2009-03-25 | These cases are identical now... | Panu Matilainen | 1 | -4/+0 |
2009-03-25 | Rename arguments, RSA keys are certainly not limited to md5 hashes | Panu Matilainen | 1 | -6/+6 |
2009-03-25 | Use makeGPGSignature() for both DSA and RSA | Panu Matilainen | 1 | -19/+1 |
2009-03-25 | Eliminate header/payload digests from pgpDig_s, they dont belong | Panu Matilainen | 1 | -9/+7 |
2009-03-16 | Handle rpmDigestDup() failure in signature checking | Panu Matilainen | 1 | -6/+6 |
2009-03-16 | Eliminate unnecessary field from pgpDig_s | Panu Matilainen | 1 | -2/+2 |
2009-03-12 | Rip all handling of broken md5 sums from 1997, rpm 2.x era | Panu Matilainen | 1 | -4/+0 |
2009-03-11 | Size signature failures are always RPMRC_FAIL | Panu Matilainen | 1 | -3/+1 |
2009-03-11 | Eliminate asserts() from rpmVerifySignature() paths | Panu Matilainen | 1 | -25/+20 |
2009-03-11 | Minor cleanup + simplification of DSA and RSA sig checks | Panu Matilainen | 1 | -15/+10 |
2009-03-11 | For RSA sigs, RPMRC_NOKEY is only sane for keyring lookup failure | Panu Matilainen | 1 | -17/+8 |
2009-03-11 | For DSA sigs, RPMRC_NOKEY is only sane for keyring lookup failure | Panu Matilainen | 1 | -3/+1 |
2009-03-11 | We already assume failure, this is unnecessary | Panu Matilainen | 1 | -2/+0 |
2009-03-11 | SHA1 and MD5 failures are always RPMRC_FAIL | Panu Matilainen | 1 | -6/+2 |
2009-03-11 | Use tag to distinguish header-only vs header+payload signatures | Panu Matilainen | 1 | -2/+2 |
2009-03-04 | Condense "shut up gcc" switch-cases to just default no action case | Panu Matilainen | 1 | -34/+4 |
2009-03-04 | Move the common part of DSA+RSA verification into helper function | Panu Matilainen | 1 | -76/+53 |
2009-03-04 | Handle V4 signature trailer for RSA too (ticket #34) | Panu Matilainen | 1 | -6/+5 |
2009-03-04 | verifySHA1Signature() doesn't need pgpDig at all | Panu Matilainen | 1 | -3/+3 |
2009-03-04 | verifyMD5Signature() doesn't need pgpDig at all | Panu Matilainen | 1 | -3/+3 |
2009-03-04 | verifySizeSignature() only needs size, not all of pgpDig | Panu Matilainen | 1 | -6/+6 |
2009-03-04 | Eliminate unnecessary fields from pgpDig_s | Panu Matilainen | 1 | -32/+32 |
2009-01-05 | Eliminate header magic duplication all over the place, export it | Panu Matilainen | 1 | -7/+2 |
2008-07-07 | Eliminate couple of timedRead() uses where we control how fd is opened | Panu Matilainen | 1 | -4/+4 |
2008-07-01 | Pass keyring, not the full ts to lowlevel signature routines | Panu Matilainen | 1 | -20/+18 |
2008-07-01 | Eliminate digest calculation statistics from signature code | Panu Matilainen | 1 | -15/+0 |
2008-06-30 | Detach pgp digest from transaction set | Panu Matilainen | 1 | -4/+3 |
2008-06-30 | Pass pgpDig around from rpmVerifySignature() | Panu Matilainen | 1 | -19/+14 |
2008-06-30 | Detach signature tag data from transaction set | Panu Matilainen | 1 | -18/+11 |
2008-06-30 | Actually use the sigtd passed to verifier functions | Panu Matilainen | 1 | -25/+11 |
2008-06-30 | Start getting signature tag out of transaction set | Panu Matilainen | 1 | -18/+22 |
2008-06-27 | Use correct formatters for debug-printing sizes in printSize() | Panu Matilainen | 1 | -3/+5 |
2008-06-26 | Teach rpmAddSignature() and rpmReadSignature() about 64bit tags | Panu Matilainen | 1 | -13/+33 |
2008-06-18 | Convert signature code to use headerPut() | Panu Matilainen | 1 | -7/+19 |
2008-06-09 | Use 64bit type internally for printing size when reading sig header | Panu Matilainen | 1 | -4/+4 |
2008-06-03 | Rip dosetenv() | Panu Matilainen | 1 | -9/+8 |
2008-05-23 | Unbreak DSA signature trailer handling | Panu Matilainen | 1 | -4/+4 |
2008-05-23 | Convert rpmReadSignature() to new headerGet() interface | Panu Matilainen | 1 | -2/+4 |
2008-05-23 | Convert makeHDRSignature() to new headerGet() interface | Panu Matilainen | 1 | -7/+5 |
2008-05-21 | Include rpmtypes.h first instead of rpmtag.h everywhere | Panu Matilainen | 1 | -1/+1 |