mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Add KMS key properties and show them with list and validate
To support keys that are bound to a key management system (via a KMS plugin) add new key properties that reflect this. Display if a key is bound to a KMS with the 'zkey list' and 'zkey validate' commands. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
f25aaf32b8
commit
92fc94f152
@@ -27,6 +27,8 @@ struct kms_info {
|
||||
kms_handle_t handle;
|
||||
};
|
||||
|
||||
struct keystore;
|
||||
|
||||
int list_kms_plugins(bool verbose);
|
||||
|
||||
int check_for_kms_plugin(struct kms_info *kms_info, bool verbose);
|
||||
|
||||
Reference in New Issue
Block a user