Vincent Stehlé
6597563da7
package/gnutls: add host support for pkcs11
...
Future U-Boot 2026.07 will build mkeficapsule with pkcs11 support. [1]
This causes link errors with Buildroot, such as the following one:
mkeficapsule.c:(.text.startup+0xcd3): undefined reference to `gnutls_pkcs11_init'
(Other symbols the linker complains about are: gnutls_pkcs11_add_provider,
gnutls_pkcs11_obj_list_import_url4, gnutls_x509_crt_import_pkcs11 and
gnutls_pkcs11_deinit.)
The following example commands can be used to reproduce the issue:
make qemu_aarch64_ebbr_defconfig
echo 'BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2026.07-rc3"' >>.config
echo 'BR2_TARGET_UBOOT_NEEDS_GNUTLS=y' >>.config
echo '# BR2_DOWNLOAD_FORCE_CHECK_HASHES is not set' >>.config
make olddefconfig
make uboot
This commit adds the pkcs11 support for host-gnutls.
In Buildroot, since host-gnutls is currently only needed by uboot
(and other uboot derivatives such as uboot-tools) the pkcs11 support
is added unconditionally to host-gnutls.
Link: 0c716a157b [1]
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com >
Signed-off-by: Fiona Klute <fiona.klute@gmx.de >
2026-07-11 00:38:44 +02:00
..
2026-07-10 18:29:09 +02:00
2026-07-01 22:01:31 +02:00
2026-06-21 21:37:22 +02:00
2026-06-03 20:51:18 +02:00
2026-06-09 22:52:17 +02:00
2026-07-05 14:07:50 +02:00
2026-07-01 22:04:39 +02:00
2026-07-02 18:51:09 +02:00
2026-07-10 18:29:09 +02:00
2026-05-30 15:48:42 +02:00
2026-05-30 15:48:42 +02:00
2026-07-05 11:34:30 +02:00
2026-07-10 19:07:08 +02:00
2026-06-25 17:46:49 +02:00
2026-06-16 18:49:59 +02:00
2026-06-20 13:34:05 +02:00
2026-06-20 13:34:05 +02:00
2026-05-30 18:01:18 +02:00
2026-06-11 23:09:44 +02:00
2026-05-30 17:34:04 +02:00
2026-05-30 19:23:32 +02:00
2026-06-03 10:03:59 +02:00
2026-06-15 21:55:36 +02:00
2026-07-04 18:26:52 +02:00
2026-06-21 21:35:52 +02:00
2026-05-30 16:01:35 +02:00
2026-06-25 18:57:17 +02:00
2026-05-31 08:30:36 +02:00
2026-05-31 13:56:30 +02:00
2026-07-05 11:55:07 +02:00
2026-06-12 18:04:05 +02:00
2026-06-12 18:35:44 +02:00
2026-06-03 22:05:14 +02:00
2026-06-09 14:55:26 +02:00
2026-07-10 22:25:08 +02:00
2026-07-10 18:27:37 +02:00
2026-05-30 15:19:17 +02:00
2026-05-30 15:48:42 +02:00
2026-06-15 19:59:11 +02:00
2026-06-03 21:31:16 +02:00
2026-06-26 01:04:59 +02:00
2026-06-03 20:43:37 +02:00
2026-06-21 12:37:27 +02:00
2026-05-30 22:54:08 +02:00
2026-07-10 18:40:46 +02:00
2026-05-30 19:44:21 +02:00
2026-06-03 20:23:17 +02:00
2026-06-29 23:03:09 +02:00
2026-06-13 22:33:57 +02:00
2026-06-09 14:55:26 +02:00
2026-06-13 23:32:45 +02:00
2026-07-05 22:26:22 +02:00
2026-06-11 21:33:10 +02:00
2026-06-25 17:07:03 +02:00
2026-07-04 17:15:14 +02:00
2026-07-05 12:02:08 +02:00
2026-07-11 00:38:44 +02:00
2026-05-30 15:48:42 +02:00
2026-06-03 20:45:43 +02:00
2026-06-03 20:40:20 +02:00
2026-06-03 20:48:23 +02:00
2026-07-05 11:30:16 +02:00
2026-07-01 21:57:38 +02:00
2026-07-10 18:42:25 +02:00
2026-07-10 18:42:25 +02:00
2026-06-25 10:33:35 +02:00
2026-06-17 15:15:50 +02:00
2026-06-05 21:33:01 +02:00
2026-07-10 22:04:16 +02:00
2026-06-09 14:55:26 +02:00
2026-06-26 01:01:09 +02:00
2026-07-10 21:51:17 +02:00
2026-07-02 08:40:26 +02:00
2026-06-09 14:55:26 +02:00
2026-07-01 22:11:29 +02:00
2026-06-15 22:39:08 +02:00
2026-06-15 22:39:08 +02:00
2026-05-30 23:33:07 +02:00
2026-05-31 16:04:04 +02:00
2026-06-11 22:45:19 +02:00
2026-06-24 23:52:58 +02:00
2026-06-09 14:55:26 +02:00
2026-06-12 18:34:34 +02:00
2026-05-30 18:08:23 +02:00
2026-07-10 18:46:30 +02:00
2026-06-24 23:30:01 +02:00
2026-06-04 22:08:02 +02:00
2026-06-09 14:55:26 +02:00
2026-06-22 22:48:04 +02:00
2026-07-04 18:05:19 +02:00
2026-06-09 14:55:26 +02:00
2026-06-29 12:53:50 +02:00
2026-06-12 18:29:35 +02:00
2026-06-20 00:44:34 +02:00
2026-05-31 19:10:02 +02:00
2026-06-09 14:55:26 +02:00
2026-07-04 21:12:39 +02:00
2026-06-01 11:32:26 +02:00
2026-06-15 19:29:36 +02:00
2026-06-16 20:50:11 +02:00
2026-06-10 19:17:59 +02:00
2026-05-31 19:07:06 +02:00
2026-06-30 21:58:47 +02:00
2026-06-09 22:47:22 +02:00
2026-06-17 13:39:53 +02:00
2026-05-30 22:23:58 +02:00
2026-06-05 22:57:11 +02:00
2026-07-10 18:42:25 +02:00
2026-07-10 18:42:25 +02:00
2026-07-10 18:42:25 +02:00
2026-07-05 16:51:28 +02:00
2026-07-04 19:30:56 +02:00
2026-05-31 00:01:35 +02:00
2026-07-05 10:17:58 +02:00
2026-06-18 21:48:43 +02:00
2026-07-04 17:15:14 +02:00
2026-06-03 20:40:58 +02:00
2026-05-30 21:58:45 +02:00
2026-05-30 17:24:30 +02:00
2026-05-31 09:00:27 +02:00
2026-05-30 15:05:54 +02:00
2026-07-01 21:59:09 +02:00
2026-07-01 20:18:57 +02:00
2026-06-17 14:18:29 +02:00
2026-07-04 18:41:12 +02:00
2026-07-04 18:41:12 +02:00
2026-05-30 23:50:24 +02:00
2026-06-12 18:55:30 +02:00
2026-06-25 17:55:01 +02:00
2026-07-08 22:58:58 +02:00
2026-06-17 14:18:25 +02:00
2026-07-04 19:26:36 +02:00
2026-05-31 09:00:27 +02:00
2026-07-04 21:41:02 +02:00
2026-06-20 16:37:23 +02:00
2026-06-19 01:00:38 +02:00
2026-07-02 18:52:38 +02:00
2026-06-12 18:52:55 +02:00
2026-05-31 17:40:48 +02:00
2026-07-10 18:52:49 +02:00
2026-06-01 20:53:19 +02:00
2026-05-30 15:48:42 +02:00
2026-05-30 15:48:42 +02:00
2026-06-30 16:16:30 +02:00
2026-06-17 14:18:29 +02:00
2026-07-06 21:32:13 +02:00
2026-07-04 18:16:51 +02:00
2026-07-11 00:38:44 +02:00
2026-05-30 23:58:44 +02:00
2026-07-10 18:58:16 +02:00
2026-06-21 21:33:59 +02:00
2026-07-04 16:46:18 +02:00
2026-05-31 16:19:09 +02:00
2026-05-31 16:25:08 +02:00
2026-06-21 21:33:59 +02:00
2026-06-01 11:26:32 +02:00
2026-06-09 14:55:26 +02:00
2026-06-03 10:05:25 +02:00
2026-06-15 21:28:16 +02:00
2026-07-10 18:34:29 +02:00
2026-06-12 22:38:48 +02:00
2026-06-12 18:39:59 +02:00
2026-06-03 20:46:32 +02:00
2026-06-09 14:55:26 +02:00
2026-07-04 21:02:12 +02:00
2026-05-30 16:17:18 +02:00
2026-06-15 21:28:16 +02:00
2026-06-12 18:37:07 +02:00
2026-05-30 19:15:56 +02:00
2026-06-11 22:12:08 +02:00
2026-05-30 23:45:58 +02:00
2026-06-22 23:21:02 +02:00
2026-05-30 15:48:42 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-06-11 22:36:40 +02:00
2026-05-30 15:48:42 +02:00
2026-05-30 15:48:42 +02:00
2026-06-20 00:53:10 +02:00
2026-06-09 23:06:19 +02:00
2026-05-30 23:34:00 +02:00
2026-05-30 20:18:03 +02:00
2026-05-30 23:46:07 +02:00
2026-07-02 18:52:00 +02:00
2026-06-08 19:18:00 +02:00
2026-07-05 15:05:21 +02:00
2026-07-05 15:05:21 +02:00
2026-07-10 22:44:55 +02:00
2026-06-09 14:55:26 +02:00
2026-06-09 14:55:26 +02:00
2026-06-12 18:33:39 +02:00
2026-05-31 08:06:04 +02:00
2026-07-01 11:13:01 +02:00
2026-07-01 22:02:26 +02:00
2026-06-11 21:43:02 +02:00
2026-05-30 15:48:42 +02:00
2026-07-10 18:36:45 +02:00
2026-06-03 23:03:46 +02:00
2026-06-03 23:03:46 +02:00
2026-06-03 23:03:46 +02:00
2026-07-04 18:35:37 +02:00
2026-06-18 21:46:21 +02:00
2026-05-31 19:09:08 +02:00
2026-07-10 22:27:47 +02:00
2026-06-16 18:52:23 +02:00
2026-06-03 20:50:10 +02:00
2026-07-04 16:34:05 +02:00
2026-06-30 16:16:37 +02:00
2026-05-30 12:49:39 +02:00
2026-05-30 13:05:38 +02:00
2026-07-06 21:44:03 +02:00
2026-05-31 19:05:29 +02:00
2026-05-30 19:47:11 +02:00
2026-07-10 18:29:09 +02:00
2026-07-05 10:10:26 +02:00
2026-06-03 20:52:42 +02:00
2026-06-20 00:32:03 +02:00
2026-07-01 21:58:34 +02:00
2026-05-30 14:59:13 +02:00
2026-05-30 19:34:41 +02:00
2026-06-03 23:00:39 +02:00
2026-05-30 15:37:21 +02:00
2026-06-03 09:58:10 +02:00
2026-06-20 00:57:40 +02:00
2026-06-25 19:28:21 +02:00
2026-06-22 23:20:55 +02:00
2026-07-05 18:29:11 +02:00
2026-06-09 14:55:26 +02:00
2026-05-31 16:36:15 +02:00
2026-05-31 16:24:31 +02:00
2026-07-10 22:14:48 +02:00
2026-07-04 16:34:05 +02:00
2026-06-03 21:29:14 +02:00
2026-05-31 13:12:45 +02:00
2026-05-30 19:16:49 +02:00
2026-06-01 19:16:36 +02:00
2026-05-30 16:55:25 +02:00
2026-06-15 22:45:52 +02:00
2026-06-13 10:59:46 +02:00
2026-06-01 21:09:32 +02:00
2026-07-01 22:01:31 +02:00
2026-05-30 17:34:04 +02:00
2026-05-30 15:54:07 +02:00