[PATCH 24/24] qemu: backup: Setup TLS environment for pull-mode backup jobs

2020-07-02 Thread Peter Krempa
Use the configured TLS env to setup encryption of the TLS transport. https://bugzilla.redhat.com/show_bug.cgi?id=1822631 Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 80 +++--- 1 file changed, 76 insertions(+), 4 deletions(-) diff --git a/src/qem

Re: [PATCH 24/24] qemu: backup: Setup TLS environment for pull-mode backup jobs

2020-07-02 Thread Eric Blake
On 7/2/20 9:40 AM, Peter Krempa wrote: Use the configured TLS env to setup encryption of the TLS transport. https://bugzilla.redhat.com/show_bug.cgi?id=1822631 Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 80 +++--- 1 file changed, 76 insertio