qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] vnc: disable VNC password authentication (se


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2] vnc: disable VNC password authentication (security type 2) when in FIPS mode
Date: Thu, 07 Jun 2012 11:10:53 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 06/07/2012 06:56 AM, Paul Moore wrote:
On Wednesday, June 06, 2012 01:56:52 AM Alexander Graf wrote:
The other one (FIPS) is basically a list of encryption algorithms that are
deemed OK and not crackable within seconds by anyone.

Only one of the 2 doesn't help much. In combination they actually enhance
security. This patch is only about FIPS though.

I don't have much to add beyond what Alex already posted.  FIPS 140-2 outlines
a set of security requirements for systems implementing cryptography in a
variety of forms; the full requirements are likely beyond the scope here but
you can always read the full specification (Google knows where to find the
document).

The relevant portion appears to be annex A which lists the approved ciphers
and their approved uses; DES is not listed as an approved cipher and that is
the main problem we are trying to solve right now.

But does FIPS mandate that it's impossible for a user to use an unapproved 
cipher?

IOW, is just having this feature implemented at the libvirt level good enough to satisfy FIPS? Do we really need to do this in QEMU?

Regards,

Anthony Liguori






reply via email to

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