keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/5] Enable root to update the blacklist keyring
@ 2021-02-10 12:04 Mickaël Salaün
  2021-02-10 12:04 ` [PATCH v6 1/5] tools/certs: Add print-cert-tbs-hash.sh Mickaël Salaün
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Mickaël Salaün @ 2021-02-10 12:04 UTC (permalink / raw)
  To: David Howells, David Woodhouse, Jarkko Sakkinen
  Cc: Mickaël Salaün, David S . Miller, Eric Snowberg,
	Herbert Xu, James Morris, Mickaël Salaün, Mimi Zohar,
	Serge E . Hallyn, Tyler Hicks, keyrings, linux-crypto,
	linux-integrity, linux-kernel, linux-security-module

This new patch series is a rebase on David Howells's keys-misc branch.
This mainly fixes UEFI DBX and the new Eric Snowberg's feature to import
asymmetric keys to the blacklist keyring.
I successfully tested this patch series with the 186 entries from
https://uefi.org/sites/default/files/resources/dbxupdate_x64.bin (184
binary hashes and 2 certificates).

The goal of these patches is to add a new configuration option to enable the
root user to load signed keys in the blacklist keyring.  This keyring is useful
to "untrust" certificates or files.  Enabling to safely update this keyring
without recompiling the kernel makes it more usable.

This can be applied on top of David Howells's keys-next branch:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-next
Git commits can be found in https://github.com/l0kod/linux branch
dyn-auth-blacklist-v6 commit fcf976b74ffcd4551683e6b70dbf5fb102cf9906 .

Previous patch series:
https://lore.kernel.org/lkml/20210128191705.3568820-1-mic@digikod.net/

Regards,

Mickaël Salaün (5):
  tools/certs: Add print-cert-tbs-hash.sh
  certs: Check that builtin blacklist hashes are valid
  certs: Make blacklist_vet_description() more strict
  certs: Factor out the blacklist hash creation
  certs: Allow root user to append signed hashes to the blacklist
    keyring

 MAINTAINERS                                   |   2 +
 certs/.gitignore                              |   1 +
 certs/Kconfig                                 |  17 +-
 certs/Makefile                                |  17 +-
 certs/blacklist.c                             | 218 ++++++++++++++----
 crypto/asymmetric_keys/x509_public_key.c      |   3 +-
 include/keys/system_keyring.h                 |  14 +-
 scripts/check-blacklist-hashes.awk            |  37 +++
 .../platform_certs/keyring_handler.c          |  26 +--
 tools/certs/print-cert-tbs-hash.sh            |  91 ++++++++
 10 files changed, 346 insertions(+), 80 deletions(-)
 create mode 100755 scripts/check-blacklist-hashes.awk
 create mode 100755 tools/certs/print-cert-tbs-hash.sh


base-commit: 5bcd72358a7d7794ade0452ed12919b8c4d6ffc7
-- 
2.30.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-22 17:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 12:04 [PATCH v6 0/5] Enable root to update the blacklist keyring Mickaël Salaün
2021-02-10 12:04 ` [PATCH v6 1/5] tools/certs: Add print-cert-tbs-hash.sh Mickaël Salaün
2021-02-10 12:04 ` [PATCH v6 2/5] certs: Check that builtin blacklist hashes are valid Mickaël Salaün
2021-02-10 12:04 ` [PATCH v6 3/5] certs: Make blacklist_vet_description() more strict Mickaël Salaün
2021-02-10 12:04 ` [PATCH v6 4/5] certs: Factor out the blacklist hash creation Mickaël Salaün
2021-02-10 12:04 ` [PATCH v6 5/5] certs: Allow root user to append signed hashes to the blacklist keyring Mickaël Salaün
2021-02-12 11:48   ` Jarkko Sakkinen
2021-02-21 11:17 ` [PATCH v6 0/5] Enable root to update " Mickaël Salaün
2021-02-22 17:41   ` Eric Snowberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).