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:
9658c63
)
Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch
author
Matt Caswell
<matt@openssl.org>
Thu, 15 May 2014 20:19:46 +0000
(21:19 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 15 May 2014 20:24:07 +0000
(21:24 +0100)
doc/apps/enc.pod
patch
|
blob
|
history
diff --git
a/doc/apps/enc.pod
b/doc/apps/enc.pod
index 06e66adec2688054d213d2850bb08ac749ca5739..d3049e82e969f4bebda622b9cafea2eedbdf2304 100644
(file)
--- a/
doc/apps/enc.pod
+++ b/
doc/apps/enc.pod
@@
-274,8
+274,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