From: Matt Caswell Date: Thu, 15 May 2014 20:19:46 +0000 (+0100) Subject: Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch X-Git-Tag: OpenSSL_0_9_8za~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1bcb94a721307702c8a204758c4ddf7e43ba8c74;p=oweals%2Fopenssl.git Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch --- 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 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