]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Integrate TLS/SASL directly into the socket APIs
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 10 Dec 2010 12:22:03 +0000 (12:22 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2011 10:48:30 +0000 (11:48 +0100)
commitf5fa167e8de8af627295ce3a8ebedade61ad517f
treedafe8e5636edc3bd3a524f253b4415f9a3cb5657
parentbb1c9296f55705fc9b29275aab5b2039ee79347f
Integrate TLS/SASL directly into the socket APIs

This extends the basic virNetSocket APIs to allow them to have
a handle to the TLS/SASL session objects, once established.
This ensures that any data reads/writes are automagically
passed through the TLS/SASL encryption layers if required.

* src/rpc/virnetsocket.c, src/rpc/virnetsocket.h: Wire up
  SASL/TLS encryption
src/rpc/virnetsocket.c
src/rpc/virnetsocket.h