summaryrefslogtreecommitdiff
path: root/sign/rpmsignfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Use proper addressing for our public headers everywherePanu Matilainen2022-03-101-2/+2
* Fix missing include from d44be2cbc1c3265d55f05b47daa69334a7a133e6Panu Matilainen2022-03-031-0/+1
* Rename pgpHexStr() to rpmhex(), but preserve ABI for nowPanu Matilainen2022-02-251-1/+1
* Detach rpm's hash algorithm values from PGP hash algorith valuesPanu Matilainen2022-02-251-11/+12
* Fix IMA signature fubar, take III (#1833, RhBug:2018937)Panu Matilainen2022-02-111-1/+4
* Revert whack-a-mole attempts to fix IMA as brokenPanu Matilainen2022-02-111-4/+1
* Fix IMA signature lengths assumed constant (#1833, RhBug:2018937)Panu Matilainen2021-12-131-1/+4
* Rename variable to make its usage and the surrounding code clearerPanu Matilainen2019-06-051-3/+3
* Fix --signfiles regression introduced when refactoringPanu Matilainen2019-06-051-1/+1
* Drop redundant check on hash algo namePanu Matilainen2017-10-101-4/+0
* Eliminate redundant signature length calculation functionPanu Matilainen2017-10-101-26/+14
* Use rpm file info sets instead of header for retrieving file dataPanu Matilainen2017-10-101-19/+17
* Assume failure in rpmSignFiles()Panu Matilainen2017-10-101-8/+8
* Place file signatures into the signature header where they belongPanu Matilainen2017-10-101-7/+7
* Use lower-level headerPut() for file signingPanu Matilainen2017-10-101-3/+16
* Conditional compilation sanity for file signingPanu Matilainen2017-06-091-5/+0
* Move rpmsignfiles to librpmsign where it belongsPanu Matilainen2017-06-081-0/+140