]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
vnc: fix vnc client authentication
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Jul 2015 12:51:40 +0000 (14:51 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jul 2015 13:33:48 +0000 (15:33 +0200)
commita16951375f7669b7faf27f72ca753e25325c5179
tree1306e2afab1b86e3d204d7f2a928d7e72a5359b2
parent6169b60285fe1ff730d840a49527e721bfb30899
vnc: fix vnc client authentication

Commit 800567a61 updated the code to the generic crypto API
and mixed up encrypt and decrypt functions in
procotol_client_auth_vnc.
(Used to be: deskey(key, EN0) which encrypts, and was
changed to qcrypto_cipher_decrypt in 800567a61.)
Changed it to qcrypto_cipher_encrypt now.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c