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
/
lib
/
signature.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-03
Validate negated offsets too in headerVerifyInfo()
Panu Matilainen
1
-1
/
+1
2012-04-03
Differentiate between non-existent and invalid region tag
Panu Matilainen
1
-6
/
+12
2011-11-30
Update internal callers to use headerImport() instead of headerLoad()
Panu Matilainen
1
-3
/
+4
2011-11-24
Log an error on attempt to sign V3 packages (RhBug:517818 & others)
Panu Matilainen
1
-0
/
+3
2011-11-09
Switch to using rpmKeyringVerifySig() internally
Panu Matilainen
1
-23
/
+15
2011-11-09
Don't make assumptions about how pgpDig allocates things
Panu Matilainen
1
-2
/
+2
2011-11-07
Use pgpDigParamsAlgo() throughout the codebase
Panu Matilainen
1
-1
/
+0
2011-11-07
Eliminate direct pgpDig accesses from lowlevel signature code
Panu Matilainen
1
-7
/
+11
2011-11-07
Add another pgpVerify variant which takes key and sig as separate args
Panu Matilainen
1
-1
/
+1
2011-11-04
Add a couple of missing includes, masked by NSS headers
Panu Matilainen
1
-0
/
+1
2011-10-20
Verify the entire region trailer, not just its offset, is within data area
Panu Matilainen
1
-1
/
+2
2011-10-06
Eliminate redundant NULL-checks in lower level sigchecking functions
Panu Matilainen
1
-9
/
+3
2011-10-06
Sanitize rpmVerifySignature() a bit
Panu Matilainen
1
-7
/
+13
2011-07-14
Sanity check signatures even if we dont have a key
Panu Matilainen
1
-5
/
+3
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part II
Panu Matilainen
1
-2
/
+2
2011-04-28
Remove redundant strlen()'s on sha1 digest verification
Panu Matilainen
1
-1
/
+1
2011-03-23
Avoid timedRead() usage
Jindrich Novy
1
-3
/
+3
2010-10-22
Replace remaing rpmSigTag uses with rpmTagVal
Panu Matilainen
1
-4
/
+4
2010-09-29
And now sighdrPut() can be buried back into signature.c
Panu Matilainen
1
-0
/
+13
2010-09-29
Clean up makeHDRDigest() a bit
Panu Matilainen
1
-4
/
+0
2010-09-29
Lift the signature generation in all its g(l)ory to rpmgensig.c
Panu Matilainen
1
-256
/
+0
2010-09-29
Move sighdrPut() to inline function in signature.h
Panu Matilainen
1
-12
/
+0
2010-09-29
Split signature and digest generation to separate functions
Panu Matilainen
1
-17
/
+32
2010-09-29
Split internal header signature and digest generation to separate functions
Panu Matilainen
1
-26
/
+46
2010-09-28
Whoops, wrong enum type used for pubkey algorithm
Panu Matilainen
1
-1
/
+1
2010-09-28
Decide header sigtag based on what was actually written
Panu Matilainen
1
-2
/
+2
2010-09-03
Put the rpmLookupSignature() and rpmGetPassPhrase() out of their misery
Panu Matilainen
1
-143
/
+0
2010-06-29
Add some sanity checks for generated signatures (related to RhBug:608599)
Panu Matilainen
1
-1
/
+24
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Unconditionally include <sys/wait.h> where needed
Panu Matilainen
1
-0
/
+1
2009-12-23
Move getpass() portability tweaks out of system.h
Panu Matilainen
1
-0
/
+5
2009-11-25
Fix signature password checking result on abnormal conditions (RhBug:496754)
Panu Matilainen
1
-1
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header code
Panu Matilainen
1
-1
/
+1
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
[next]