From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HL25C-0004R1-OX for qemu-devel@nongnu.org; Sat, 24 Feb 2007 13:57:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HL25B-0004QL-5X for qemu-devel@nongnu.org; Sat, 24 Feb 2007 13:57:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HL25B-0004QG-1n for qemu-devel@nongnu.org; Sat, 24 Feb 2007 13:57:21 -0500 Received: from cpe-24-31-246-32.kc.res.rr.com ([24.31.246.32] helo=tsurukikun.utopios.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HL25A-0001F7-Jk for qemu-devel@nongnu.org; Sat, 24 Feb 2007 13:57:20 -0500 From: Luke-Jr Subject: Re: [Qemu-devel] PATCH: Secure TLS encrypted authentication for VNC References: <20070224165444.GB1817@redhat.com> In-Reply-To: <20070224165444.GB1817@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702241857.18867.luke@dashjr.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 24 Feb 2007 18:57:23 -0000 To: "Daniel P. Berrange" , qemu-devel@nongnu.org On Saturday 24 February 2007 04:54:44 pm Daniel P. Berrange wrote: > Having repeatedly said that we should be doing TLS encryption for VNC, I > figured I ought to get down & implement it. So, in the spirit of 'release > early, release often', here is the very first cut of my patch for QEMU. > This isn't suitable for inclusion in CVS yet - I just want to put it out > for people to see / experiment with. Do any Java applets support this? Preferably with an applet 'param' for a private key authentication?