Skip to content

Commit

Permalink
Update boot/zephyr/Kconfig
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie <[email protected]>
  • Loading branch information
de-nordic and nordicjm authored Oct 9, 2024
1 parent 9e957ed commit 1cdb478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cdb478

Please sign in to comment.