Re: [PATCH v2 1/4] efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable

2021-05-07 Thread AKASHI Takahiro
On Mon, Apr 12, 2021 at 08:35:23PM +0530, Sughosh Ganu wrote: > The current capsule authentication code checks if the environment > variable capsule_authentication_enabled is set, for authenticating the > capsule. This is in addition to the check for the config symbol >

Re: [PATCH v2 1/4] efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable

2021-05-05 Thread Heinrich Schuchardt
On 4/12/21 5:05 PM, Sughosh Ganu wrote: The current capsule authentication code checks if the environment variable capsule_authentication_enabled is set, for authenticating the capsule. This is in addition to the check for the config symbol CONFIG_EFI_CAPSULE_AUTHENTICATE. Remove the check for

Re: [PATCH v2 1/4] efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable

2021-04-25 Thread Heinrich Schuchardt
On 4/12/21 5:05 PM, Sughosh Ganu wrote: The current capsule authentication code checks if the environment variable capsule_authentication_enabled is set, for authenticating the capsule. This is in addition to the check for the config symbol CONFIG_EFI_CAPSULE_AUTHENTICATE. Remove the check for

[PATCH v2 1/4] efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable

2021-04-12 Thread Sughosh Ganu
The current capsule authentication code checks if the environment variable capsule_authentication_enabled is set, for authenticating the capsule. This is in addition to the check for the config symbol CONFIG_EFI_CAPSULE_AUTHENTICATE. Remove the check for the environment variable. The capsule will