Re: [PATCH v3 2/3] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-05-21 Thread Daniel P . Berrangé
On Mon, May 18, 2020 at 11:28:03PM +0300, Alexey Krasikov wrote: > Add the ability for the secret object to obtain secret data from the > Linux in-kernel key managment and retention facility, as an extra option > to the existing ones: reading from a file or passing directly as a > string. > > The

[PATCH v3 2/3] crypto/linux_keyring: add 'secret_keyring' secret object.

2020-05-18 Thread Alexey Krasikov
Add the ability for the secret object to obtain secret data from the Linux in-kernel key managment and retention facility, as an extra option to the existing ones: reading from a file or passing directly as a string. The secret is identified by the key serial number. The upper layers need to insta