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>
This commit is contained in:
Daniel P. Berrange 2016-04-04 10:33:55 +01:00
parent 1dbc7cc9b9
commit 69c0b278af
1 changed files with 1 additions and 1 deletions

View File

@ -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