Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-19 | reduce misuse of error codes from errno.h | Timo Teräs | 1 | -6/+6 | |
2021-06-19 | crypto: improve compatibility | Timo Teräs | 1 | -5/+7 | |
EVP_MD_CTX_set_pkey_ctx() is fairly new openssl function, and not existing in many alternative. Use EVP_MD_CTX_reset() which is slightly more heavy but more portable. Add also signature buffer lengths to work with RSA. | |||||
2021-06-11 | extract: new applet to extract v2 packages | Timo Teräs | 1 | -0/+34 | |
2021-06-11 | add basic abstraction for cryptographic operations | Timo Teräs | 1 | -0/+112 | |
- 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 |