commit | f7b2502cdc2eeb458a4490c1b8f4a83c07d46219 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Mar 14 15:37:43 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 22 12:38:54 2019 -0400 |
tree | 3612248269e460c43bb21733e3c6d0ca671fabaa | |
parent | 4347e6383f17ae6b70af833b165862f9f338b0b9 [diff] |
ui/vnc: Use gcrypto_random_bytes for start_auth_vnc Use a better interface for random numbers than rand(). Fail gracefully if for some reason we cannot use the crypto system. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>