libekmfweb: Get EKMF Web settings and check features

Retrieve EKMF Web settings such as the template names used by
EKMF Web for generating identity keys, as well as volume encryption
keys (XTS and non-XTS). Also check that the EKMF Web server has the
required 'Pervasive Encryption' feature installed.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Ingo Franzki
2020-08-12 10:19:05 +02:00
committed by Jan Höppner
parent 8c0f2491a3
commit 40e4b71159
3 changed files with 413 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ LIBEKMFWEB_1.0 {
ekmf_generate_csr;
ekmf_generate_ss_cert;
ekmf_get_public_key;
ekmf_get_settings;
ekmf_check_feature;
ekmf_retrieve_key;
ekmf_list_templates;
ekmf_get_template;