qio: non-default context for TLS handshake
commit1939ccdaa61ce6a1f57d83277b3d41d3a9ad3c58
authorPeter Xu <peterx@redhat.com>
Mon, 5 Mar 2018 06:43:24 +0000 (5 14:43 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 6 Mar 2018 10:19:07 +0000 (6 10:19 +0000)
treec3b4811e045492e3d058f11c88b07589a8f19bca
parent8005fdd8fa1c754492776f6da14893932faa057a
qio: non-default context for TLS handshake

A new parameter "context" is added to qio_channel_tls_handshake() is to
allow the TLS to be run on a non-default context.  Still, no functional
change.

Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
chardev/char-socket.c
include/io/channel-tls.h
io/channel-tls.c
migration/tls.c
nbd/client.c
nbd/server.c
tests/test-io-channel-tls.c
ui/vnc-auth-vencrypt.c
ui/vnc-ws.c