summaryrefslogtreecommitdiffstats
path: root/doc/apps/enc.pod
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2014-05-14 22:48:26 +0100
committerMatt Caswell <matt@openssl.org>2014-05-14 22:48:26 +0100
commit18c4f522f49eb54a61bada6d39a8b137b6751f01 (patch)
tree06cbcf3922ee6a9113d55ad1ab48689697672a14 /doc/apps/enc.pod
parentab6577a46ecee670b640f0ee49e2ebef80ad18a7 (diff)
Add information to BUGS section of enc documentation. PR#3354
Diffstat (limited to 'doc/apps/enc.pod')
-rw-r--r--doc/apps/enc.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 3dee4ed992..629611d137 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -326,4 +326,8 @@ 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