From 1cdb47881ab9163e3027292c191d00b2be8436be Mon Sep 17 00:00:00 2001 From: Dominik Ermel <56024351+de-nordic@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:00:06 +0200 Subject: [PATCH] Update boot/zephyr/Kconfig Co-authored-by: Jamie <40387179+nordicjm@users.noreply.github.com> --- boot/zephyr/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index 2735c9c36..4bde8efec 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig @@ -187,9 +187,9 @@ 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 + Originally, public keys compiled into MCUboot were + stored in ASN.1 encoded format. Enabling this option + bypasses the ASN.1 decoding and directly accesses the key in ASN.1 bitstream; this reduces MCUboot code by removing the ASN.1 processing. endif