Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-09 | database: implement uvol support | Timo Teräs | 1 | -1/+7 | |
by adding an abstraction layer to the file system | |||||
2021-11-03 | db, audit: support sha256-160 hashes for v3 pkg compat | Timo Teräs | 1 | -2/+4 | |
2021-10-27 | db, add: support adding v3 package files | Timo Teräs | 1 | -2/+6 | |
2021-07-30 | extract: use extraction api, and implement it for v3 packages | Timo Teräs | 1 | -1/+1 | |
The extract applet now works with both v2 and v3 packages. | |||||
2021-06-19 | reduce misuse of error codes from errno.h | Timo Teräs | 1 | -4/+4 | |
2021-06-12 | crypto: make EVP_MD_CTX_FLAG_FINALISE optional | Timo Teräs | 1 | -0/+2 | |
Improves compatibility with libressl, wolfssl and older openssl libraries not having the flag. Usage of this is optional as it's purely performance optimization related flag. | |||||
2021-06-11 | fix glibc build of crypto abstraction header | Timo Teräs | 1 | -0/+1 | |
2021-06-11 | extract: new applet to extract v2 packages | Timo Teräs | 1 | -11/+8 | |
2021-06-11 | add basic abstraction for cryptographic operations | Timo Teräs | 1 | -0/+174 | |
- 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 |