Hi
I would like to know what the easiest way to get a signature-less bootloader from your DFU bootloader examples. For me it looks as if the open_bootloader is not very different to the secure_bootloader and it's not really open since it also uses encryption libs. Even the main and all the underlying code thats called from the sdk is the same.
For me it looks as if only the kind of encryption is different.
however I would like to have Signature-less Bootloader since we don't need them because we have additional security levels that handle that.
Is there an easy way to get one from your examples without writing a complete new bootloader?