index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
rpmpgp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
Eliminate buggy pgpPrtComment()
Panu Matilainen
1
-29
/
+0
2011-11-01
Verify PGP key packet sizes and number of MPIs match expectations, part II
Panu Matilainen
1
-28
/
+32
2011-11-01
Verify PGP key packet sizes and number of MPIs match expectations
Panu Matilainen
1
-29
/
+34
2011-10-26
Verify MPI size is within packet boundary in pgpMpiItem()
Panu Matilainen
1
-9
/
+20
2011-10-26
Remove support for V3 public keys
Panu Matilainen
1
-40
/
+3
2011-10-26
We dont deal with secret keys, leave them alone
Panu Matilainen
1
-108
/
+0
2011-10-25
Centralize PGP packet decoding and sanity checking into helper function
Panu Matilainen
1
-46
/
+56
2011-10-25
Verify there are sufficient number of bytes to calculate packet length
Panu Matilainen
1
-19
/
+34
2011-10-25
Avoid redundant calculations on pubkey fingerprint retrieval
Panu Matilainen
1
-21
/
+26
2011-10-25
pgpPubkeyFingerprint() can fail, propagate errors
Panu Matilainen
1
-5
/
+9
2011-10-24
Eliminate useless pgpIsPkt() helper function
Panu Matilainen
1
-61
/
+0
2011-10-24
Eliminate broken pgpLen() from the API
Panu Matilainen
1
-0
/
+21
2011-10-24
Valid PGP packets are always at least two bytes long
Panu Matilainen
1
-2
/
+2
2011-09-30
Sanity check OpenPGP packet lengths in pgpPrtSubType()
Panu Matilainen
1
-3
/
+8
2011-09-01
Source formatting cosmetics: function blocks start on the next line
Panu Matilainen
1
-1
/
+2
2011-08-02
pgpVerifySig() check of NULL hash is the wrong way around
Panu Matilainen
1
-1
/
+1
2011-07-14
Sanity check signatures even if we dont have a key
Panu Matilainen
1
-1
/
+10
2011-07-13
Fix memleak on keys with more than one user id
Panu Matilainen
1
-3
/
+3
2011-07-13
Fix crash on PGP packets/armors with more than one key (RhBug:667582)
Panu Matilainen
1
-4
/
+8
2011-03-03
Eliminate unused variable + calculations in pgpPubkeyFingerprint()
Panu Matilainen
1
-3
/
+0
2010-09-21
Adjust pgpMpiSet() dest type to match actual use
Panu Matilainen
1
-2
/
+2
2010-06-29
Tell rpm about SHA-224 existence (RhBug:608599)
Jiri Kastner
1
-0
/
+1
2010-06-01
Permit DOS line-endings in PGP armors (RhBug:532992)
Panu Matilainen
1
-4
/
+7
2010-05-19
Add public pgpValString() function + enum for the various types
Panu Matilainen
1
-8
/
+26
2010-05-19
Bury struct pgpValTbl_s definition inside rpmpgp.c
Panu Matilainen
1
-0
/
+5
2009-11-25
We can't handle OpenPGP subkeys or secret keys, so dont even try
Panu Matilainen
1
-5
/
+3
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
[next]