index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
rpmpgp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move digest functionality to the internal OpenPGP implementation
Neal H. Walfield
2022-08-17
1
-1
/
+0
*
Rename the internal rpmpgp.h header to rpmpgpval.h for clarity
Panu Matilainen
2022-08-17
1
-1
/
+1
*
Move the internal OpenPGP implementation to its own file.
Neal H. Walfield
2022-08-17
1
-1581
/
+3
*
Fix OpenPGP key ID parsing regression
Demi Marie Obenour
2022-04-25
1
-0
/
+1
*
Avoid clobbering existing saved time
Demi Marie Obenour
2022-04-13
1
-1
/
+3
*
Make pgpDigParams opaque
Neal H. Walfield
2022-03-31
1
-8
/
+57
*
Avoid unneded MPI reparsing
Demi Marie Obenour
2022-03-31
1
-2
/
+2
*
Ignore subkeys that cannot be used for signing
Demi Marie Obenour
2022-03-31
1
-1
/
+47
*
Parse key usage flags
Demi Marie Obenour
2022-03-31
1
-1
/
+12
*
Add a hashed flag to pgpPrtSubtype()
Demi Marie Obenour
2022-03-31
1
-3
/
+5
*
Reject OpenPGP data at or over 64KiB
Demi Marie Obenour
2022-03-21
1
-1
/
+6
*
Require creation time to be unique and hashed
Demi Marie Obenour
2022-03-18
1
-10
/
+19
*
Fix memory leak in pgpPrtParams()
Demi Marie Obenour
2022-03-18
1
-0
/
+1
*
Drop misleading hardcoded NSS-3 string from import public keys
Panu Matilainen
2022-03-14
1
-1
/
+1
*
Rename pgpHexStr() to rpmhex(), but preserve ABI for now
Panu Matilainen
2022-02-25
1
-2
/
+2
*
Move pgpHexStr() out of rpmpgp.h, it has nothing to do with PGP
Panu Matilainen
2022-02-25
1
-15
/
+0
*
Detach rpm's hash algorithm values from PGP hash algorith values
Panu Matilainen
2022-02-25
1
-1
/
+1
*
Bail out if a key ID cannot be obtained
Demi Marie Obenour
2022-02-09
1
-4
/
+6
*
Check that the CRC length is correct
Demi Marie Obenour
2022-02-07
1
-1
/
+2
*
Fix bounds checks in public key parsing
Demi Marie Obenour
2022-01-25
1
-21
/
+20
*
Fix memory leak in pgpPrtParams()
Michal Domonkos
2022-01-10
1
-5
/
+4
*
Fix hash context leak
Justus Winter
2021-11-10
1
-0
/
+2
*
Fix signature subpacket type handling
Justus Winter
2021-11-10
1
-1
/
+1
*
Simplify bounds check in old-format packet parsing
Demi Marie Obenour
2021-11-01
1
-5
/
+5
*
Clean up a bounds check in the PGP code
Demi Marie Obenour
2021-11-01
1
-2
/
+2
*
Move MPI processing into common code
Demi Marie Obenour
2021-11-01
1
-35
/
+26
*
verifySignature(): package signatures must be PGPSIGTYPE_BINARY
Demi Marie Obenour
2021-11-01
1
-0
/
+10
*
Validate and require subkey binding signatures on PGP public keys
Panu Matilainen
2021-10-19
1
-7
/
+91
*
Refactor pgpDigParams construction to helper function
Panu Matilainen
2021-10-19
1
-4
/
+9
*
Process MPI's from all kinds of signatures
Panu Matilainen
2021-10-19
1
-7
/
+5
*
Fix memory leak in decodePkts()
Michal Domonkos
2021-06-28
1
-1
/
+5
*
Use a variable for h + hlen
Demi Marie Obenour
2021-06-21
1
-5
/
+6
*
Reduce undefined pointer arithmetic
Demi Marie Obenour
2021-06-21
1
-2
/
+2
*
pgpGet(): check that the returned length is in bounds
Demi Marie Obenour
2021-06-21
1
-14
/
+28
*
Do not allow extra packets to follow a signature
Demi Marie Obenour
2021-06-21
1
-0
/
+2
*
Reject unimplemented critical PGP packets as per RFC-4880
Panu Matilainen
2021-06-15
1
-0
/
+7
*
Refactor error tracking to helper variable in PGP subtype parsing
Panu Matilainen
2021-06-15
1
-2
/
+7
*
Validate the buffer size when calculating PGP packet size
Panu Matilainen
2021-06-15
1
-0
/
+3
*
Fix bugs in new format PGP packet length decoding detection
Panu Matilainen
2021-06-15
1
-2
/
+3
*
Minor const correctness fix
Demi Marie Obenour
2021-06-15
1
-1
/
+1
*
A signature is not a key
Demi Marie Obenour
2021-06-14
1
-1
/
+1
*
Remove dead code
Demi Marie Obenour
2021-06-14
1
-15
/
+0
*
Shut up bogus Doxygen warnings about undocumented parameters
Panu Matilainen
2020-10-28
1
-1
/
+1
*
Support the EdDSA public key algorithm
Michael Schroeder
2020-05-26
1
-3
/
+42
*
Replace use of obsolete ctime() with strftime()
Panu Matilainen
2019-10-31
1
-1
/
+4
*
rpmpgp: Handle EOF without EOL better at END PGP
Stepan Broz
2019-08-13
1
-2
/
+3
*
Compare tag and userid too in pgpDigParamsCmp()
Panu Matilainen
2017-05-26
1
-0
/
+4
*
Consolidate OpenPGP time debug printing into a helper function
Panu Matilainen
2017-04-13
1
-14
/
+16
*
Store signature/key creation time in a saner format internally
Panu Matilainen
2017-04-13
1
-3
/
+3
*
Fixup ages old confusion wrt OpenPGP fingerprint vs Key ID
Panu Matilainen
2017-04-12
1
-11
/
+26
[next]