mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
To create an empty cert file, we need to pass "" to the extract-cert tool, which is common for all the three call-sites of cmd_extract_certs. Factor out the logic into extract-cert-in. One exceptional case is PKCS#11 case, where we override extract-cert-in with the URI. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <n.schier@avm.de> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| blacklist.c | ||
| blacklist.h | ||
| blacklist_hashes.c | ||
| blacklist_nohashes.c | ||
| common.c | ||
| common.h | ||
| default_x509.genkey | ||
| extract-cert.c | ||
| Kconfig | ||
| Makefile | ||
| revocation_certificates.S | ||
| system_certificates.S | ||
| system_keyring.c | ||