summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Silly signedness mismatch in pgpMpiSet()Panu Matilainen1-1/+1
2008-04-15Plug a memleak in pgpArmorWrap()Panu Matilainen1-0/+1
2008-04-08Rewrite pgpArmorWrap(), the former one was insecure/hackishJindrich Novy1-30/+12
2008-04-07Uh, return allocated pointer, not the end of string...Panu Matilainen1-2/+3
2008-04-07Remove static print buffer from pgpMpiStr(), return malloc'd data insteadPanu Matilainen1-3/+12
2008-04-07Merge pgpHexCvt() into pgpHexPrt(), removing it from public headersPanu Matilainen1-1/+8
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen1-1/+11
2008-03-24Remove bogus consts from pgpDigParams_s structurePanu Matilainen1-6/+6
2008-03-19Remove bunch of double consts. What have I've been thinking?Panu Matilainen1-10/+10
2008-03-06Further read-only tables in rpmpgp..Panu Matilainen1-8/+8
2008-03-06Mark various pgp value tables read-only as they should bePanu Matilainen1-10/+10
2008-01-30Include spring-cleaningPanu Matilainen1-2/+3
2008-01-09Last 8 bytes of RSA modulus is keyid for V3 pubkeys (#205080)Panu Matilainen1-22/+34
2008-01-03Lose unused pgpMpiHex()Panu Matilainen1-11/+0
2007-12-19Hum, NSS needs to be shut down tooPanu Matilainen1-0/+12
2007-12-17Use constfree for cleaning up pgp digest contentsPanu Matilainen1-6/+6
2007-12-16pgpReadPkts returns malloced memory, unconstifyPanu Matilainen1-1/+1
2007-12-14Remove bogus consts..Panu Matilainen1-2/+2
2007-12-14More misc size_t issuesPanu Matilainen1-1/+1
2007-12-14Couple of more size_t uses + related format string fixesPanu Matilainen1-4/+4
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-28/+27
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-26Define and use pgpKeyID_t for pgp key id'sPanu Matilainen1-5/+5
2007-11-26Eliminate type "byte"Ralf Corsépius1-40/+40
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+3
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-1/+2
2007-11-16Eliminate need for rpmio_internal.h in rpmdb.cPanu Matilainen1-0/+12
2007-11-15Initialize NSS early (rhbz#382091)Panu Matilainen1-1/+13
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-71/+146
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+0
2007-09-11Remove splint tags.Ralf Corsépius1-133/+42
2007-07-12rpmioSlurp() related cleanups.Panu Matilainen1-2/+2
2007-07-11Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.Panu Matilainen1-1/+1
2007-07-10Cast to strlen expected type to avoid warning.Panu Matilainen1-1/+1
2007-07-10#ifdef out unused pgpSecret* definitions to shut up compiler warnings.Panu Matilainen1-0/+6
2007-05-23Remove hardcoded RH GPG-keys from the source.Panu Matilainen1-71/+0
2005-03-13Add support for sha256/sha384/sha512 (if available.).jbj1-1/+1
2005-02-02- fix: length of gpg V4 hash seed was incorrect (#146896).jbj1-2/+2
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-1/+1
2005-01-04Splint fiddles.jbj1-7/+13
2004-12-01Deal with \r\n after "-----END PGP PBLIC KEY BLOCK-----" from hkp://sks.keyse...jbj1-9/+29
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-18/+82
2004-10-09Splint fiddles.jbj1-2/+0
2004-10-09Splint fiddles.jbj1-9/+15
2003-05-30Consolidate external beecrypt changes.jbj1-1/+1
2003-05-05Use new mpfpruntf now in beecrypt-3.0.0 API.jbj1-8/+8
2003-04-28beecrypt-3.0.0 merge: DSA/SHA1 functional in rpm.jbj1-13/+13
2003-04-25beecrypt-3.0.0 merge: grand renaming, mp32barrett et al.jbj1-6/+6
2003-04-25beecrypt-3.0.0 merge: grand renaming, mp32number et al.jbj1-21/+21