Searched hist:"54 e7aac0562452e4fcab65ca5001d030eef2de15" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | secret_keyring.c | 54e7aac0562452e4fcab65ca5001d030eef2de15 Mon May 25 06:19:12 CDT 2020 Alexey Krasikov <alex-krasikov@yandex-team.ru> crypto/linux_keyring: add 'secret_keyring' secret object.
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 instantiate the key and make sure the QEMU process has access permissions to read it.
Signed-off-by: Alexey Krasikov <alex-krasikov@yandex-team.ru>
- Fixed up detection logic default behaviour in configure
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
/openbmc/qemu/include/crypto/ |
H A D | secret_keyring.h | 54e7aac0562452e4fcab65ca5001d030eef2de15 Mon May 25 06:19:12 CDT 2020 Alexey Krasikov <alex-krasikov@yandex-team.ru> crypto/linux_keyring: add 'secret_keyring' secret object.
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 instantiate the key and make sure the QEMU process has access permissions to read it.
Signed-off-by: Alexey Krasikov <alex-krasikov@yandex-team.ru>
- Fixed up detection logic default behaviour in configure
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
/openbmc/qemu/ |
H A D | configure | diff b418d2656112174ce27117ae4f75594b6a8abc5f Wed Jul 01 08:56:15 CDT 2020 David Edmondson <david.edmondson@oracle.com> crypto/linux_keyring: fix 'secret_keyring' configure test
The configure test for 'secret_keyring' incorrectly checked the 'have_keyring' variable.
Fixes: 54e7aac0562452e4fcab65ca5001d030eef2de15 Signed-off-by: David Edmondson <david.edmondson@oracle.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200618092636.71832-1-david.edmondson@oracle.com> Message-Id: <20200701135652.1366-4-alex.bennee@linaro.org> diff 54e7aac0562452e4fcab65ca5001d030eef2de15 Mon May 25 06:19:12 CDT 2020 Alexey Krasikov <alex-krasikov@yandex-team.ru> crypto/linux_keyring: add 'secret_keyring' secret object.
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 instantiate the key and make sure the QEMU process has access permissions to read it.
Signed-off-by: Alexey Krasikov <alex-krasikov@yandex-team.ru>
- Fixed up detection logic default behaviour in configure
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|