hi all
i am working on the imx8mp. i would like to secure my private keys and be able to use openssl without exposing the private key to userspace. i read that its possible with cryptodev openssl engine. i built the BSP with yocto and added the cryptodev-linux cryptodev-module.
i am able to modprobe cryptodev
but when i test for engines (openssl engine) i do not see the cryptodev engine.
those the imx8mp support cryptodev openssl engine and if it does then how to i add it to my openssl.
i am building yocto krikstone 5.15.71
thanks
已解决! 转到解答。
Hi @greeran
You need to follow up the Linux User guide as the chapter 10 security where you will find how to deploy it into rootfs using Yocto.
https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf
Regards
Harvey