[pve-devel] [PATCH spiceterm] change TLS cipher suite to 'HIGH'
Dietmar Maurer
dietmar at proxmox.com
Wed Jan 11 16:21:46 CET 2017
looks OK for me
+1
> On January 11, 2017 at 3:51 PM Fabian Grünbichler <f.gruenbichler at proxmox.com>
> wrote:
>
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> screen.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/screen.c b/screen.c
> index 6f253d2..9072dce 100644
> --- a/screen.c
> +++ b/screen.c
> @@ -762,7 +762,7 @@ spice_screen_new(SpiceCoreInterface *core, uint32_t width,
> uint32_t height,
> char *x509_cacert_file = "/etc/pve/pve-root-ca.pem";
> char *x509_key_password = NULL;
> char *x509_dh_file = NULL;
> - char *tls_ciphers = "DES-CBC3-SHA";
> + char *tls_ciphers = "HIGH";
>
> spice_screen->width = width;
> spice_screen->height = height;
> --
> 2.1.4
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list