Re: [PATCH 2/2] certs: Add ability to preload revocation certs

2020-09-30 Thread Jarkko Sakkinen
On Wed, Sep 30, 2020 at 04:15:08PM -0400, Eric Snowberg wrote: > Add a new Kconfig option called SYSTEM_REVOCATION_KEYS. If set, > this option should be the filename of a PEM-formated file containing > X.509 certificates to be included in the default blacklist keyring. > > Signed-off-by: Eric

[PATCH 2/2] certs: Add ability to preload revocation certs

2020-09-30 Thread Eric Snowberg
Add a new Kconfig option called SYSTEM_REVOCATION_KEYS. If set, this option should be the filename of a PEM-formated file containing X.509 certificates to be included in the default blacklist keyring. Signed-off-by: Eric Snowberg --- certs/Kconfig | 8 certs/Makefile