Re: [Libvir] PATCH: 2/10: SASL encryption support

2007-12-05 Thread Daniel P. Berrange
On Thu, Nov 29, 2007 at 05:17:07PM +, Daniel P. Berrange wrote: With the TLS socket, all data is encrypted on the wire. The TCP socket though is still clear text. Fortunately some SASL authentication mechanism can also supply encryption capabilities. This is called SSF in SASL

Re: [Libvir] PATCH: 2/10: SASL encryption support

2007-11-30 Thread Daniel P. Berrange
On Thu, Nov 29, 2007 at 05:17:07PM +, Daniel P. Berrange wrote: With the TLS socket, all data is encrypted on the wire. The TCP socket though is still clear text. Fortunately some SASL authentication mechanism can also supply encryption capabilities. This is called SSF in SASL

Re: [Libvir] PATCH: 2/10: SASL encryption support

2007-11-29 Thread Daniel P. Berrange
With the TLS socket, all data is encrypted on the wire. The TCP socket though is still clear text. Fortunately some SASL authentication mechanism can also supply encryption capabilities. This is called SSF in SASL terminology. This patch mandates the use of an SSF capable SASL authentiction