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:19:46 +0100
commit5b7f4c718f80dce4434c1a8b7652ff4a6cff7fcb (patch)
tree8781ff81163fb4e88cb19540577697829a9e222e /doc
parentcb8044f032e0cb1fe228f3182b4a5a02b1134701 (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 629611d137..3dee4ed992 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -326,8 +326,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