libekmfweb: Retrieve information about keys

Retrieve information about keys managed by EKMF Web, such as the
key algorithm, the key size and type. Additional, the key's tags
are retrieved. Label tags are used to build the label name of a key.
Custom tags can be used to store any kind of textual data together with
a key.

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-05-11 14:48:41 +02:00
committed by Jan Höppner
parent cc9b202a9b
commit c7afb5baec
5 changed files with 1321 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@ LIBEKMFWEB_1.0 {
ekmf_get_last_seq_no;
ekmf_clone_template_info;
ekmf_free_template_info;
ekmf_list_keys;
ekmf_get_key_info;
ekmf_clone_key_info;
ekmf_free_key_info;
ekmf_curl_destroy;
local: *;
};