summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/encryption.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-06-19 20:18:40 +0200
committerAndrey Andreev <narf@devilix.net>2014-06-19 20:18:40 +0200
commit38372554817921aa4efbab2225471474c2893b4a (patch)
tree856bc55cca31389949448ef0bebafcd33515acbe /user_guide_src/source/libraries/encryption.rst
parent1e83d69a52a85a4f568bfa086d658556acd48980 (diff)
Diffstat (limited to 'user_guide_src/source/libraries/encryption.rst')
-rw-r--r--user_guide_src/source/libraries/encryption.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst
index ff41ade78..28aa57302 100644
--- a/user_guide_src/source/libraries/encryption.rst
+++ b/user_guide_src/source/libraries/encryption.rst
@@ -425,8 +425,6 @@ Option Default value Mandatory / Optional Description
cipher N/A Yes Encryption algorithm (see :ref:`ciphers-and-modes`).
mode N/A Yes Encryption mode (see :ref:`encryption-modes`).
key N/A Yes Encryption key.
- If not provided it will be automatically generated
- during encryption and looked for during decryption.
hmac TRUE No Whether to use a HMAC.
Boolean. If set to FALSE, then *hmac_digest* and
*hmac_key* will be ignored.