From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Gn7-00032m-6G for qemu-devel@nongnu.org; Wed, 07 Sep 2011 07:59:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Gn5-0005dr-Tg for qemu-devel@nongnu.org; Wed, 07 Sep 2011 07:59:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Gn5-0005dl-Jf for qemu-devel@nongnu.org; Wed, 07 Sep 2011 07:59:39 -0400 Date: Wed, 7 Sep 2011 14:59:36 +0300 From: "Michael S. Tsirkin" Message-ID: <20110907115935.GE9337@redhat.com> References: <20110831143551.127339744@linux.vnet.ibm.com> <20110831143623.043146580@linux.vnet.ibm.com> <20110901192659.GM10989@redhat.com> <4E603E37.40901@linux.vnet.ibm.com> <20110904165822.GF12745@redhat.com> <4E66BBA9.9050102@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E66BBA9.9050102@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH V8 10/14] Encrypt state blobs using AES CBC encryption List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Berger Cc: chrisw@redhat.com, anbang.ruan@cs.ox.ac.uk, qemu-devel@nongnu.org, rrelyea@redhat.com, alevy@redhat.com, andreas.niederl@iaik.tugraz.at, serge@hallyn.com On Tue, Sep 06, 2011 at 08:32:41PM -0400, Stefan Berger wrote: > To summarize it: > enc_mode= # redundant for now since this is the only > supported encryption scheme; so could drop it and assume as default > > key_format= # hex for a string hex number; binary would > mean the found string is directly converted to a char[] that is then > directly used as the AES key (like a password) > > key=<128, 192, or 256 bit>hex key or string > > key_file= > > Stefan OK -- MST