qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] a16951: vnc: fix vnc client authentication


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a16951: vnc: fix vnc client authentication
Date: Tue, 14 Jul 2015 07:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a16951375f7669b7faf27f72ca753e25325c5179
      
https://github.com/qemu/qemu/commit/a16951375f7669b7faf27f72ca753e25325c5179
  Author: Wolfgang Bumiller <address@hidden>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M ui/vnc.c

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


  Commit: 0030ff40472b9ebf0e0595afbc8d7e428218c5d7
      
https://github.com/qemu/qemu/commit/0030ff40472b9ebf0e0595afbc8d7e428218c5d7
  Author: Peter Maydell <address@hidden>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M ui/vnc.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150714-1' into 
staging

vnc: fix vnc client authentication

# gpg: Signature made Tue Jul 14 14:38:48 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-vnc-20150714-1:
  vnc: fix vnc client authentication

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f3a1b5068cea...0030ff40472b

reply via email to

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