Re: [Qemu-devel] [PATCH 10/10] ui: convert VNC to use generic cipher API

2015-06-01 Thread Daniel P. Berrange
On Thu, May 21, 2015 at 06:51:03AM -0600, Eric Blake wrote: On 05/21/2015 04:56 AM, Daniel P. Berrange wrote: Switch the VNC server over to use the generic cipher API, this allows it to use the pluggable DES implementations, instead of being hardcoded to use QEMU's built-in impl.

Re: [Qemu-devel] [PATCH 10/10] ui: convert VNC to use generic cipher API

2015-05-21 Thread Eric Blake
On 05/21/2015 04:56 AM, Daniel P. Berrange wrote: Switch the VNC server over to use the generic cipher API, this allows it to use the pluggable DES implementations, instead of being hardcoded to use QEMU's built-in impl. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- ui/vnc.c |

[Qemu-devel] [PATCH 10/10] ui: convert VNC to use generic cipher API

2015-05-21 Thread Daniel P. Berrange
Switch the VNC server over to use the generic cipher API, this allows it to use the pluggable DES implementations, instead of being hardcoded to use QEMU's built-in impl. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- ui/vnc.c | 52 +---