rauc.inc: add config for pkcs11_engine#411
Conversation
@gumulka I find the commit message quite hard to read. Maybe split up the sentence or at least set "engine" into quotes. With the openssl context left out, I find it hard to tell what If I'm not mistaken, this disables engine support for native and nativesdk which does not align well with the commit message. Maybe also add a short note about the use case for this option. |
Add a PACKAGECONFIG option to en-/disable pkcs11_engine. It is named 'engine', because it disables engine support for openssl, not pkcs11 support. It is enabled by default to have no disruption to previous versions. Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
Thank you for splitting this up.
I'd assume you intend to stay with this naming since you didn't change it?
I can't find this comment addressed. Am I mistaken here?
You don't find this necessary I guess? |
|
@gumulka Also please target the |
Add a PACKAGECONFIG option to en-/disable pkcs11_engine named engine, because it disables engine support for openssl, not pkcs11 support. It is enabled by default to have no disruption to previous versions