libekmfweb: Change the key state

EKMF Web maintains a key state for each key. Keys can be in state
PRE-ACTIVATION, ACTIVE, DEACTIVATED, COMPROMISED, DESTROYED, and
DESTROYED-COMPROMISED. Key states can be changed as defined in NIST
Special Publication 800-57 Part 1.

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-12 16:49:57 +02:00
committed by Jan Höppner
parent 544c88ca39
commit 3be8be4ac7
3 changed files with 195 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ LIBEKMFWEB_1.0 {
ekmf_free_template_info;
ekmf_list_keys;
ekmf_get_key_info;
ekmf_set_key_state;
ekmf_clone_key_info;
ekmf_free_key_info;
ekmf_generate_key;