pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
308 stars 110 forks source link

image-rauc: support PKCS#11 URLs for cert/key #65

Closed Bastian-Krause closed 5 years ago

Bastian-Krause commented 5 years ago

RAUC supports PKCS#11 URLs instead of filenames for the --cert and --key arguments:

https://rauc.readthedocs.io/en/latest/advanced.html#pkcs-11-support

So do not add cert and key as image partitions if the "pkcs11" prefix is detected.

Signed-off-by: Bastian Krause bst@pengutronix.de

Bastian-Krause commented 5 years ago

Force-pushed requested changes. Could you have another look?

Bastian-Krause commented 5 years ago

Oh right, removed free(part_image_key) / free(part_image_cert) and force-pushed again.