summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-04-04 10:33:55 +0100
committerDaniel P. Berrange <berrange@redhat.com>2016-04-05 10:52:33 +0100
commit69c0b278af1389300e5c53107721dfa4e18139d7 (patch)
treed63d401e8d3add7b214214a063d88df56400a2b5
parent1dbc7cc9b91ba229ec958418bef483364f06fe72 (diff)
downloadqemu-69c0b278af1389300e5c53107721dfa4e18139d7.tar.gz
crypto: fix typo in docs for secret object type
The docs for the secret object type specified the wrong number of bytes for the AES initialization vector. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 789d9f681e..587de8f3cd 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