summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-05-15 21:19:46 +0100
committerMatt Caswell <matt@openssl.org>2014-05-15 21:24:07 +0100
commit1bcb94a721307702c8a204758c4ddf7e43ba8c74 (patch)
treed57307a6d8399ee1cdb1f8d501d32be00a2066b5 /doc
parent9658c634a2fef064cebb52b358ee20e27a5a7635 (diff)
Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/enc.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 06e66adec2..d3049e82e9 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -274,8 +274,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