* [PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS
@ 2025-01-06 15:09 Bastian Krause
2025-01-08 13:51 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2025-01-06 15:09 UTC (permalink / raw)
To: barebox; +Cc: Bastian Krause
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS
2025-01-06 15:09 [PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS Bastian Krause
@ 2025-01-08 13:51 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-01-08 13:51 UTC (permalink / raw)
To: barebox, Bastian Krause
On Mon, 06 Jan 2025 16:09:59 +0100, Bastian Krause wrote:
> The rename happened in
> e1c93ed3bf9 ("crypto: rsa: encapsulate rsa keys in public keys struct").
>
>
Applied, thanks!
[1/1] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS
https://git.pengutronix.de/cgit/barebox/commit/?id=7dc78db6127e (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-08 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-06 15:09 [PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS Bastian Krause
2025-01-08 13:51 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox