projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc2df5
)
Add information to BUGS section of enc documentation. PR#3354
author
Jeffrey Walton
<noloader@gmail.com>
Wed, 14 May 2014 21:48:26 +0000
(22:48 +0100)
committer
Matt Caswell
<matt@openssl.org>
Wed, 14 May 2014 22:00:18 +0000
(23:00 +0100)
doc/apps/enc.pod
patch
|
blob
|
history
diff --git
a/doc/apps/enc.pod
b/doc/apps/enc.pod
index 3dee4ed9923848514b887184b78a100417241f4a..629611d137fd77214999bdd7528c199909a62758 100644
(file)
--- a/
doc/apps/enc.pod
+++ b/
doc/apps/enc.pod
@@
-326,4
+326,8
@@
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