From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNiN-0005Cs-Vc for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anNiL-0002sh-PM for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:56:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNiL-0002sY-Gx for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:56:01 -0400 From: "Daniel P. Berrange" Date: Tue, 5 Apr 2016 10:55:51 +0100 Message-Id: <1459850152-19437-2-git-send-email-berrange@redhat.com> In-Reply-To: <1459850152-19437-1-git-send-email-berrange@redhat.com> References: <1459850152-19437-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PULL v1 1/2] crypto: fix typo in docs for secret object type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The docs for the secret object type specified the wrong number of bytes for the AES initialization vector. Signed-off-by: Daniel P. Berrange --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 789d9f6..587de8f 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -3888,7 +3888,7 @@ parameter provides the ID of a previously defined secret that contains the AES-256 decryption key. This key should be 32-bytes long and be base64 encoded. The @var{iv} parameter provides the random initialization vector used for encryption of this particular secret and should be a -base64 encrypted string of the 32-byte IV. +base64 encrypted string of the 16-byte IV. The simplest (insecure) usage is to provide the secret inline -- 2.5.5