From: Jeffrey Walton Date: Wed, 14 May 2014 21:48:26 +0000 (+0100) Subject: Add information to BUGS section of enc documentation. PR#3354 X-Git-Tag: OpenSSL_1_0_0m~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7bca2646b5d8c53e07182f9b9fed86deb6c62929;p=oweals%2Fopenssl.git Add information to BUGS section of enc documentation. PR#3354 --- 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 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