Re: [Qemu-devel] PATCH 4/8: VeNCrypt basic TLS support

2007-08-13 Thread Daniel P. Berrange
This patch introduces minimal support for the VeNCrypt protocol extension. This layers use of TLS (aka SSL) into the VNC data stream, providing session encryption. This patch is the bare minimum protocol support. It is enabled by using the 'tls' option flag eg "-vnc :1,tls' This is not secure on it

Re: [Qemu-devel] PATCH 4/8: VeNCrypt basic TLS support

2007-08-01 Thread Daniel P. Berrange
On Tue, Jul 31, 2007 at 08:50:29PM -0500, Anthony Liguori wrote: > Daniel P. Berrange wrote: > >@@ -362,6 +365,7 @@ echo " --enable-alsaenable > > echo " --enable-alsaenable ALSA audio driver" > > echo " --enable-fmodenable FMOD audio driver" > > echo " --en

Re: [Qemu-devel] PATCH 4/8: VeNCrypt basic TLS support

2007-07-31 Thread Anthony Liguori
Daniel P. Berrange wrote: This patch introduces minimal support for the VeNCrypt protocol extension. This layers use of TLS (aka SSL) into the VNC data stream, providing session encryption. This patch is the bare minimum protocol support. It is enabled by using the 'tls' option flag eg "-vnc :1,t

Re: [Qemu-devel] PATCH 4/8: VeNCrypt basic TLS support

2007-07-31 Thread Daniel P. Berrange
This patch introduces minimal support for the VeNCrypt protocol extension. This layers use of TLS (aka SSL) into the VNC data stream, providing session encryption. This patch is the bare minimum protocol support. It is enabled by using the 'tls' option flag eg "-vnc :1,tls' This is not secure on it