We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421c664 commit 5f21ef3Copy full SHA for 5f21ef3
boot/zephyr/Kconfig
@@ -311,6 +311,15 @@ config BOOT_ED25519_PSA
311
select BOOT_X25519_PSA_DEPENDENCIES if BOOT_ENCRYPT_IMAGE
312
313
endchoice
314
+
315
+config BOOT_KEY_IMPORT_BYPASS_ASN
316
+ bool "Directly access key value without ASN.1 parsing"
317
+ help
318
+ Originally, public keys compiled into MCUboot were
319
+ stored in ASN.1 encoded format. Enabling this option
320
+ bypasses the ASN.1 decoding and directly accesses the key
321
+ in ASN.1 bitstream; this reduces MCUboot code by removing
322
+ the ASN.1 processing.
323
endif
324
325
0 commit comments