mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS
Date: Mon,  6 Jan 2025 16:09:59 +0100	[thread overview]
Message-ID: <20250106150959.1459348-1-bst@pengutronix.de> (raw)

The rename happened in
e1c93ed3bf9 ("crypto: rsa: encapsulate rsa keys in public keys struct").

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 common/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 708caa6040a..3ea354de7f4 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -723,8 +723,9 @@ config BOOTM_FITIMAGE_PUBKEY
 	  "#include CONFIG_BOOTM_FITIMAGE_PUBKEY".
 
 	  This snippet is usually generated by decompiling a device tree produced
-	  by mkimage. An alternative is CONFIG_CRYPTO_RSA_KEY, which takes a PEM
-	  file or a PKCS#11 URI.
+	  by mkimage. An alternative is CONFIG_CRYPTO_PUBLIC_KEYS, which takes a list
+	  of PEM files or PKCS#11 URIs (with optional key name hints, see its help
+	  text).
 
 endif
 
-- 
2.39.5




             reply	other threads:[~2025-01-06 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06 15:09 Bastian Krause [this message]
2025-01-08 13:51 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250106150959.1459348-1-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox