summaryrefslogtreecommitdiff
path: root/src/apk_trust.h
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23trust: always use have valid struct apk_trust *Timo Teräs1-2/+3
Make sure we always have valid struct apk_trust * for code using it. Load the signing keys directly when being specified to produce sane error message if loading them fails.
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-11/+3
- 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
2020-10-09add missing apk_trust.hTimo Teräs1-0/+42