Our device is based on nrf52840 + SDK 15.0.0
We use nrfutil application for packaging sw update (application) and use DFU for uploading & verify authentication
We also authenticate messages and data during device normal operation so we can't enter DFU mode but we built ECDSA authentication functionalities which based on crypto frontend and enbedded CC310 backend.
Can we use nrfutil to simple sign data?
The result of nrfutil pkg command is zip file which contains signed file, dat file and manifest file.
How can we extract only the signature from zip file or force nrfutil to expose signature?
Moreover, can I use new "external application" feature which was introduced in SDK 15.3.0 for it?
Thanks in advance