From 7ee8b27267ef99009aebb27bb0c0c8d283f749de Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 14 May 2014 22:48:26 +0100 Subject: [PATCH] Add information to BUGS section of enc documentation. PR#3354 --- doc/apps/enc.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod index d3049e82e9..06e66adec2 100644 --- a/doc/apps/enc.pod +++ b/doc/apps/enc.pod @@ -274,4 +274,8 @@ The B 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 program does not support authenticated encryption modes +like CCM and GCM. The utility does not store or retrieve the +authentication tag. + =cut -- 2.25.1