commit | 62b27a561c2868d95445905ad554297e43cc0f2b | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Fri Jul 23 22:17:50 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 20:46:34 2021 -0400 |
tree | 4ed6786f1809fc6d212d157a9683a2ab6409c191 | |
parent | 89795ef3b6b2d12cffb840a98ee374d2e806aa64 [diff] |
mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine This patch adds the possibility to pass the PIN the OpenSSL Engine used during signing via the environment variable MKIMAGE_SIGN_PIN. This follows the approach used during kernel module signing ("KBUILD_SIGN_PIN") or UBIFS image signing ("MKIMAGE_SIGN_PIN"). Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>