diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index 9022a0ce5..3fb34f9c1 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig @@ -299,6 +299,15 @@ config BOOT_ED25519_PSA select BOOT_X25519_PSA_DEPENDENCIES if BOOT_ENCRYPT_IMAGE endchoice + +config BOOT_KEY_IMPORT_BYPASS_ASN + bool "Directly access key value without ASN.1 parsing" + help + Originally public keys compiled into MCUboot are + stored in ASN.1 encoded format, Enabling the options + bypasses the ASN.1 decoding and directly accesss the key + in ASN.1 bitstream; this reduces MCUboot code by removing + the ASN.1 processing. endif endchoice