Skip to content

Commit

Permalink
Moved note about lack of support for AEAD modes out of BUGS section t…
Browse files Browse the repository at this point in the history
…o SUPPORTED CIPHERS section (bug has been fixed, but still no support for AEAD)
  • Loading branch information
mattcaswell committed May 15, 2014
1 parent f9986e9 commit d6934a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/apps/enc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ unsupported options (for example B<openssl enc -help>) includes a
list of ciphers, supported by your versesion of OpenSSL, including
ones provided by configured engines.

The B<enc> program does not support authenticated encryption modes
like CCM and GCM. The utility does not store or retrieve the
authentication tag.


base64 Base 64

Expand Down Expand Up @@ -326,8 +330,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

0 comments on commit d6934a0

Please sign in to comment.