mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey-kmip: Add new zkey KMS plugin for KMIP
Add support to integrate the external key management systems based on the KMIP protocol (KMIP: OASIS Key Management Interoperability Protocol) into zkey by providing a zkey KMS plugin for KMIP. The plugin communicates with KMIP servers using libkmipclient over a TLS or HTTPS connection. 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
030c0054b1
commit
268dcebe23
@@ -6,6 +6,9 @@ ifneq (${HAVE_OPENSSL},0)
|
||||
ifneq (${HAVE_JSONC},0)
|
||||
ifneq (${HAVE_LIBCURL},0)
|
||||
SUB_DIRS += ekmfweb
|
||||
ifneq (${HAVE_LIBXML2},0)
|
||||
SUB_DIRS += kmip
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user