qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] unable to auth to vnc with qemu 2.4.0-rc0


From: Vasiliy Tolstov
Subject: Re: [Qemu-devel] unable to auth to vnc with qemu 2.4.0-rc0
Date: Tue, 14 Jul 2015 17:07:53 +0300

2015-07-14 17:05 GMT+03:00 Paolo Bonzini <address@hidden>:
> Which patch is it?


From: Wolfgang Bumiller <address@hidden>

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 <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>

-- 
Vasiliy Tolstov,
e-mail: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]