Skip to content

Commit 45f86b1

Browse files
frkvmbolivar-nordic
authored andcommitted
[nrf noup] mbedtls: Fix typo in asymmetric encryption
-Changing to correct spelling for asymmetric encryption/signing. -This commit is noup since it is touching configurations that is in the process of being replaced with a different scheme. Please see referenced task for details. ref: NCSDK-17840 Signed-off-by: Frank Audun Kvamtrø <[email protected]> (cherry picked from commit 1be2863)
1 parent f833a2e commit 45f86b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/mbedtls/Kconfig.psa

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,16 +308,16 @@ config PSA_WANT_ALG_TLS12_PSK_TO_MS
308308
endmenu # PSA Key derivation support
309309

310310

311-
menu "PSA Assymetric support"
311+
menu "PSA Asymmetric support"
312312

313313
config PSA_HAS_ASYM_ENCRYPT_SUPPORT
314314
bool
315315
default y
316316
depends on PSA_WANT_ALG_RSA_OAEP || \
317317
PSA_WANT_ALG_RSA_PKCS1V15_CRYPT
318318
help
319-
Prompt-less configuration that states the PSA APIs enables
320-
a configuration that adds the PSA Assymetric encrypt module.
319+
Prompt-less configuration that states that asymmetric encryption
320+
is supported.
321321

322322

323323
config PSA_HAS_ASYM_SIGN_SUPPORT
@@ -328,8 +328,8 @@ config PSA_HAS_ASYM_SIGN_SUPPORT
328328
PSA_WANT_ALG_RSA_PSS
329329

330330
help
331-
Prompt-less configuration that states the PSA APIs enables
332-
a configuration that adds the PSA Assymetric sign module.
331+
Prompt-less configuration that states that asymmetric signing
332+
is supported.
333333

334334
config PSA_HAS_ECC_SUPPORT
335335
bool
@@ -437,7 +437,7 @@ config PSA_WANT_ALG_RSA_PSS
437437
bool
438438
prompt "PSA RSA (PSS mode)" if !PSA_PROMPTLESS
439439

440-
endmenu # PSA_ASSYMETRIC_SUPPORT
440+
endmenu # PSA Asymmetric support
441441

442442
config PSA_WANT_ALG_STREAM_CIPHER
443443
bool

0 commit comments

Comments
 (0)