summaryrefslogtreecommitdiff
path: root/src/trust.c
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23trust: always use have valid struct apk_trust *Timo Teräs1-12/+18
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-19reduce misuse of error codes from errno.hTimo Teräs1-1/+1
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-60/+6
- 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-09rename adb_trust to apk_trust, and use it as package signature keystore tooTimo Teräs1-0/+165