summaryrefslogtreecommitdiff
path: root/src/app_mkpkg.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-22adbsign: support compressed adb filesTimo Teräs1-1/+1
2021-06-23mkpkg, extract: implement support for symlinks, devices and fifosTimo Teräs1-18/+49
2021-06-19mkpkg: ignore special files with warning instead of erroringTimo Teräs1-2/+1
2021-06-11extract: new applet to extract v2 packagesTimo Teräs1-5/+4
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-2/+2
- basic digesting and signing apis (subject still to fine tuning) - update digest code, and adb signing for the thin wrapping layer - old v1 package and database handling not updated - default mkpkg file hash to sha256 ref #10744
2021-06-11mkpkg: new applet to create v2 packages with basic functionalityTimo Teräs1-0/+284