mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
bdc44cafb6
Keys retrieved from a KMIP server are wrapped with an RSA key. The RSA wrapping key is a secure key generated by the KMIP plugin. The public RSA key is registered at the KMIP server, and the KMIP server can then wrap the keys with it. The KMIP plugin can unwrap the retrieved key with the private RSA key and import it as secure key into the zkey repository. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>