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
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-68
/
+302
2012-03-22
Oops, "magic eight" is necessary here afterall
Panu Matilainen
1
-2
/
+2
2011-11-10
Doh, somehow managed to miss the warnings from these missing includes :(
Panu Matilainen
1
-0
/
+1
2011-11-09
Make base64 encoding/decoding part of rpmio public API
Panu Matilainen
1
-5
/
+5
2011-11-09
Add an alternative API for parsing PGP packets
Panu Matilainen
1
-6
/
+27
2011-11-09
Allocate signature and pubkey dynamically within pgpDig on PGP parse
Panu Matilainen
1
-23
/
+35
2011-11-09
Use pgpDigGetParams() in pgpVerifySig() compat wrapper too
Panu Matilainen
1
-1
/
+2
2011-11-08
Tolerate NULL key in pgpVerifySignature()
Panu Matilainen
1
-3
/
+3
2011-11-07
Eliminate unused params member from pgpDigParams
Panu Matilainen
1
-3
/
+0
2011-11-07
Add ad API for retrieving algorithm values from digest parameter containers
Panu Matilainen
1
-0
/
+16
2011-11-07
Add an API for comparing two digest parameter containers
Panu Matilainen
1
-0
/
+23
2011-11-07
And finally, make pgpDig struct fully opaque
Panu Matilainen
1
-0
/
+8
2011-11-07
Add a dumb API to retrieve pubkey / signature params from pgpDig
Panu Matilainen
1
-0
/
+16
2011-11-07
Process all keys and signatures we find
Panu Matilainen
1
-37
/
+32
2011-11-07
Make pgpPrtPubkeyParams() return an int like all the others do too
Panu Matilainen
1
-7
/
+7
2011-11-07
Add another pgpVerify variant which takes key and sig as separate args
Panu Matilainen
1
-13
/
+20
2011-11-07
Clean up pgpPrtPkts() and friends a bit
Panu Matilainen
1
-29
/
+20
2011-11-04
Bury all NSS specifics into a separate source
Panu Matilainen
1
-401
/
+2
2011-11-04
Implement PGP key & sig algorithm specific part OO-style
Panu Matilainen
1
-133
/
+136
2011-11-04
Lift RSA/DSA specific signature verification to helper functions
Panu Matilainen
1
-57
/
+80
2011-11-04
Lift RSA/DSA key MPI calculations to helper functions
Panu Matilainen
1
-44
/
+66
2011-11-04
Lift RSA/DSA signature MPI calculations to helper functions
Panu Matilainen
1
-47
/
+58
2011-11-04
Remove now redundant NULL digparam checks within the PGP parser
Panu Matilainen
1
-64
/
+52
2011-11-04
Arrange temporary storage for parsing if called with NULL dig
Panu Matilainen
1
-4
/
+12
2011-11-04
Added sanity checks on pgpPrtPkts() entry
Panu Matilainen
1
-2
/
+5
2011-11-04
Eliminate bunch of unused/useless debug cruft from pgp parser
Panu Matilainen
1
-16
/
+6
2011-11-04
Split digest parameter freeing into a separate helper function
Panu Matilainen
1
-23
/
+21
2011-11-04
Store the rsa/dsa parameters in pgpDigParamers struct directly
Panu Matilainen
1
-55
/
+53
2011-11-01
Verify PGP signature packet sizes and number of MPIs match expectations
Panu Matilainen
1
-9
/
+17
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
[next]