summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Berger <kberger@suse.com>2019-10-21 16:20:51 -0400
committerKeith Berger <keith.berger@suse.com>2019-10-22 14:22:28 +0000
commit123a9e73a29cd820c64b9214f6173c849228543e (patch)
treef11db8b06fe7e3a904a0f4399fbd43997c136749
parent77b0242fa2ce64ab77ea7e4ee7a8530de044967e (diff)
downloadhorizon-123a9e73a29cd820c64b9214f6173c849228543e.tar.gz
Fix aes-xts key length in Horizon Admin Guide / Manage Volumes
When using aes-xts-plain64, a 512 bit key produces an error as this is not a supported barbican key length for aes-xts-plain64. This patch updates the horzion admin doc to remove the reference of a 512 bit key. Change-Id: Ie36e05a1e59eb88b779c9f3249a714c20b5f5fe0 Closes-Bug: #1708505 Closes-Bug: #1849196 (cherry picked from commit 85a1dddf126691921924edcecaee5c054c7df6c2)
-rw-r--r--doc/source/admin/manage-volumes.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/source/admin/manage-volumes.rst b/doc/source/admin/manage-volumes.rst
index c17ea9091..6eca190f6 100644
--- a/doc/source/admin/manage-volumes.rst
+++ b/doc/source/admin/manage-volumes.rst
@@ -101,14 +101,9 @@ volumes.
| | |type 'cryptsetup benchmark' |
| | |for additional options |
+--------------------+-----------------------+----------------------------+
-| Key Size (bits)| 512 (Recommended for |Using this selection for |
-| | aes-xts-plain64. 256 |aes-xts, the underlying key |
-| | should be used for |size would only be 256-bits*|
-| | aes-cbc-essiv) | |
-+ +-----------------------+----------------------------+
-| | 256 |Using this selection for |
-| | |aes-xts, the underlying key |
-| | |size would only be 128-bits*|
+| Key Size (bits)| 256 (Recommended for |Using this selection for |
+| | aes-xts-plain64 and |aes-xts, the underlying key |
+| | aes-cbc-essiv) |size would only be 128-bits*|
+--------------------+-----------------------+----------------------------+
`*` Source `NIST SP 800-38E <https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38e.pdf>`_