Re: [ptxdist] [PATCH v2 3/4] ptxd_lib_code_signing: let providers clean up their installed files

2021-09-03 Thread Michael Olbrich
On Tue, Aug 24, 2021 at 04:54:57PM +0200, Bastian Krause wrote: > On 8/10/21 11:59 AM, Roland Hieber wrote: > > Currently, sysroot-host/var/lib/keys/${keyprovider} is left over even > > when the provider package is cleaned, which could lead to > > inconsistencies and leaked key material in the Soft

Re: [ptxdist] [PATCH v2 3/4] ptxd_lib_code_signing: let providers clean up their installed files

2021-08-24 Thread Bastian Krause
On 8/10/21 11:59 AM, Roland Hieber wrote: > Currently, sysroot-host/var/lib/keys/${keyprovider} is left over even > when the provider package is cleaned, which could lead to > inconsistencies and leaked key material in the SoftHSM use case. > Introduce cs_clean and cs_clean_softhsm shell functions

[ptxdist] [PATCH v2 3/4] ptxd_lib_code_signing: let providers clean up their installed files

2021-08-10 Thread Roland Hieber
Currently, sysroot-host/var/lib/keys/${keyprovider} is left over even when the provider package is cleaned, which could lead to inconsistencies and leaked key material in the SoftHSM use case. Introduce cs_clean and cs_clean_softhsm shell functions to clean up those files. Call the cleanup function