Re: [Qemu-devel] [PATCH FYI 12/46] io: add QIOChannelTLS class

2015-09-07 Thread Daniel P. Berrange
On Mon, Sep 07, 2015 at 04:51:59PM +0100, Dr. David Alan Gilbert wrote: > * Daniel P. Berrange (berra...@redhat.com) wrote: > > On Mon, Sep 07, 2015 at 04:31:08PM +0100, Dr. David Alan Gilbert wrote: > > > * Daniel P. Berrange (berra...@redhat.com) wrote: > > > > Add a QIOChannel subclass that can

Re: [Qemu-devel] [PATCH FYI 12/46] io: add QIOChannelTLS class

2015-09-07 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > On Mon, Sep 07, 2015 at 04:31:08PM +0100, Dr. David Alan Gilbert wrote: > > * Daniel P. Berrange (berra...@redhat.com) wrote: > > > Add a QIOChannel subclass that can run the TLS protocol over > > > the top of another QIOChannel instance. The obje

Re: [Qemu-devel] [PATCH FYI 12/46] io: add QIOChannelTLS class

2015-09-07 Thread Daniel P. Berrange
On Mon, Sep 07, 2015 at 04:31:08PM +0100, Dr. David Alan Gilbert wrote: > * Daniel P. Berrange (berra...@redhat.com) wrote: > > Add a QIOChannel subclass that can run the TLS protocol over > > the top of another QIOChannel instance. The object provides a > > simplified API to perform the handshake

Re: [Qemu-devel] [PATCH FYI 12/46] io: add QIOChannelTLS class

2015-09-07 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > Add a QIOChannel subclass that can run the TLS protocol over > the top of another QIOChannel instance. The object provides a > simplified API to perform the handshake when starting the TLS > session. The layering of TLS over the underlying channel