From d4b47504de971b086b0876568c6a1a8e843bd194 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 15 May 2014 21:13:38 +0100 Subject: [PATCH 1/1] Moved note about lack of support for AEAD modes out of BUGS section to SUPPORTED CIPHERS section (bug has been fixed, but still no support for AEAD) --- doc/apps/enc.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod index 629611d137..41791ad671 100644 --- a/doc/apps/enc.pod +++ b/doc/apps/enc.pod @@ -215,6 +215,10 @@ unsupported options (for example B) includes a list of ciphers, supported by your versesion of OpenSSL, including ones provided by configured engines. +The B program does not support authenticated encryption modes +like CCM and GCM. The utility does not store or retrieve the +authentication tag. + base64 Base 64 @@ -326,8 +330,4 @@ 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.34.1