Age | Commit message (Expand) | Author | Files | Lines |
2009-10-09 | Add an interface to parse armored OpenPGP from memory | Panu Matilainen | 1 | -19/+28 |
2009-08-31 | Ugh, fix brokenness from previous commit | Panu Matilainen | 1 | -1/+1 |
2009-08-31 | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io code | Panu Matilainen | 1 | -4/+3 |
2009-05-08 | Fix parsing of pubkey signature packets. Ick. | Panu Matilainen | 1 | -3/+3 |
2009-04-23 | Hide NSS peculiarities from API | Panu Matilainen | 1 | -0/+27 |
2009-04-16 | Pad RSA signatures up to modulus size if necessary (rhbz#494049) | Panu Matilainen | 1 | -1/+20 |
2009-04-09 | Fix PGP v4 fingerprint calculation (rhbz#493777) | Panu Matilainen | 1 | -1/+7 |
2009-03-25 | Push signature identification to librpmio / pgp handling | Panu Matilainen | 1 | -0/+19 |
2009-03-25 | Push signature verification down to librpmio | Panu Matilainen | 1 | -0/+76 |
2009-03-25 | Eliminate header/payload digests from pgpDig_s, they dont belong | Panu Matilainen | 1 | -17/+0 |
2009-03-16 | Eliminate unnecessary pgpNewPublicKey() wrappers | Panu Matilainen | 1 | -12/+2 |
2009-03-16 | Eliminate unnecessary field from pgpDig_s | Panu Matilainen | 1 | -35/+24 |
2009-03-04 | Dont leak memory from hdrmd5ctx | Panu Matilainen | 1 | -2/+0 |
2009-03-04 | Eliminate unnecessary fields from pgpDig_s | Panu Matilainen | 1 | -3/+0 |
2009-01-08 | Only touch _crypto_initialized if we actually change it | Panu Matilainen | 1 | -5/+6 |
2009-01-08 | Don't segfault in pgpPubkeyFingerprint() if rpmDigest* fails | Panu Matilainen | 1 | -3/+5 |
2008-07-01 | Create ascii armor that rpm itself accepts | Panu Matilainen | 1 | -1/+1 |
2008-07-01 | Eliminate the nasty global _dig and _digp variables from rpmpgp | Panu Matilainen | 1 | -24/+26 |
2008-07-01 | Unexport all the umphteen pgp related tables | Panu Matilainen | 1 | -10/+10 |
2008-07-01 | Make every pgp function not needed by other parts of rpm static | Panu Matilainen | 1 | -7/+158 |
2008-06-10 | Silly signedness mismatch in pgpMpiSet() | Panu Matilainen | 1 | -1/+1 |
2008-04-15 | Plug a memleak in pgpArmorWrap() | Panu Matilainen | 1 | -0/+1 |
2008-04-08 | Rewrite pgpArmorWrap(), the former one was insecure/hackish | Jindrich Novy | 1 | -30/+12 |
2008-04-07 | Uh, return allocated pointer, not the end of string... | Panu Matilainen | 1 | -2/+3 |
2008-04-07 | Remove static print buffer from pgpMpiStr(), return malloc'd data instead | Panu Matilainen | 1 | -3/+12 |
2008-04-07 | Merge pgpHexCvt() into pgpHexPrt(), removing it from public headers | Panu Matilainen | 1 | -1/+8 |
2008-04-07 | Remove static print buffer from pgpHexStr, return malloc'ed memory instead | Panu Matilainen | 1 | -1/+11 |
2008-03-24 | Remove bogus consts from pgpDigParams_s structure | Panu Matilainen | 1 | -6/+6 |
2008-03-19 | Remove bunch of double consts. What have I've been thinking? | Panu Matilainen | 1 | -10/+10 |
2008-03-06 | Further read-only tables in rpmpgp.. | Panu Matilainen | 1 | -8/+8 |
2008-03-06 | Mark various pgp value tables read-only as they should be | Panu Matilainen | 1 | -10/+10 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -2/+3 |
2008-01-09 | Last 8 bytes of RSA modulus is keyid for V3 pubkeys (#205080) | Panu Matilainen | 1 | -22/+34 |
2008-01-03 | Lose unused pgpMpiHex() | Panu Matilainen | 1 | -11/+0 |
2007-12-19 | Hum, NSS needs to be shut down too | Panu Matilainen | 1 | -0/+12 |
2007-12-17 | Use constfree for cleaning up pgp digest contents | Panu Matilainen | 1 | -6/+6 |
2007-12-16 | pgpReadPkts returns malloced memory, unconstify | Panu Matilainen | 1 | -1/+1 |
2007-12-14 | Remove bogus consts.. | Panu Matilainen | 1 | -2/+2 |
2007-12-14 | More misc size_t issues | Panu Matilainen | 1 | -1/+1 |
2007-12-14 | Couple of more size_t uses + related format string fixes | Panu Matilainen | 1 | -4/+4 |
2007-12-13 | Big bunch of int -> size_t corrections for various signature items | Panu Matilainen | 1 | -28/+27 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -1/+1 |
2007-11-26 | Define and use pgpKeyID_t for pgp key id's | Panu Matilainen | 1 | -5/+5 |
2007-11-26 | Eliminate type "byte" | Ralf Corsépius | 1 | -40/+40 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 |
2007-11-23 | Move the xstr*() string variants from rpmio.h to rpmstring.h | Panu Matilainen | 1 | -0/+3 |
2007-11-16 | Split digest-stuff out of rpmio_internal to separate header | Panu Matilainen | 1 | -1/+2 |
2007-11-16 | Eliminate need for rpmio_internal.h in rpmdb.c | Panu Matilainen | 1 | -0/+12 |
2007-11-15 | Initialize NSS early (rhbz#382091) | Panu Matilainen | 1 | -1/+13 |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 1 | -71/+146 |