summaryrefslogtreecommitdiffstats
path: root/doc/apps/enc.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-05-15 21:13:38 +0100
committerMatt Caswell <matt@openssl.org>2014-05-15 21:15:21 +0100
commita99d2a22e1f571560c08d2848ad6d9a71f34f662 (patch)
tree8c9adfb943381644cbd5a3cb175ab9230eff5970 /doc/apps/enc.pod
parent2fa65aa7d86e14b594467ff4c286afc52842b2ca (diff)
Moved note about lack of support for AEAD modes out of BUGS section to SUPPORTED CIPHERS section (bug has been fixed, but still no support for AEAD)
Diffstat (limited to 'doc/apps/enc.pod')
-rw-r--r--doc/apps/enc.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 629611d137..41791ad671 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -215,6 +215,10 @@ unsupported options (for example B<openssl enc -help>) includes a
list of ciphers, supported by your versesion of OpenSSL, including
ones provided by configured engines.
+The B<enc> program does not support authenticated encryption modes
+like CCM and GCM. The utility does not store or retrieve the
+authentication tag.
+
base64 Base 64
@@ -326,8 +330,4 @@ The B<enc> program only supports a fixed number of algorithms with
certain parameters. So if, for example, you want to use RC2 with a
76 bit key or RC4 with an 84 bit key you can't use this program.
-The B<enc> program does not support authenticated encryption modes
-like CCM and GCM. The utility does not store or retrieve the
-authentication tag.
-
=cut