Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |