]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add support for encrypted VNC TLS keys
authorJán Tomko <jtomko@redhat.com>
Mon, 14 Jan 2019 13:20:01 +0000 (14:20 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 22 Jan 2019 11:18:28 +0000 (12:18 +0100)
commit2e2b0d69a99e9f985796f8399fdc8f2253a53e59
treeb2633a19aa9a9c5b2163dea032bcfe0bb89a69c3
parent2c5dd1ee4c1f233316f2eb268f35c0fa675ea0f1
qemu: add support for encrypted VNC TLS keys

Use the password stored in the secret driver under
the uuid specified by the vnc_tls_x509_secret_uuid
option in qemu.conf.

https://bugzilla.redhat.com/show_bug.cgi?id=1602418

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
tests/qemuxml2argvdata/graphics-vnc-tls-secret.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/graphics-vnc-tls-secret.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c