zkey: Add support for key management system plugins

Add support to integrate external key management systems into zkey
by using a plugin concept. Add helper functions to load, bind, and
unbind a key management system plugin.

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-25 17:11:40 +02:00
committed by Jan Höppner
parent 13f8709ec2
commit f25aaf32b8
5 changed files with 1334 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
# List of zkey KMS plugins
# Format:
# <plugin-name>=<shared-library-file>