summaryrefslogtreecommitdiff
path: root/src/apk_openssl.h
AgeCommit message (Collapse)AuthorFilesLines
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-23/+0
- 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
2021-01-27fix compilation without deprecated OpenSSL APIsRosen Penev1-0/+27
(De)initialization is deprecated under OpenSSL 1.0 and above. [TT: Some simplifications, and additional edits.] Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-07use SPDX-License-Identifier in source filesTBK1-0/+9
2018-10-26add support for openssl 1.1Timo Teräs1-0/+21