summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-09 17:08:16 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-09 17:08:16 +0000
commit99ad7ab85aa9d3f88db8ecb61c8ce8ebcb875481 (patch)
tree81f88f58ff23c7cd64c21f0c2f6689ddcedbb024
parent4abc8efa8683b26e180bc566c031fd32172a8e74 (diff)
downloadgnutls-99ad7ab85aa9d3f88db8ecb61c8ce8ebcb875481.tar.gz
updated documentation
-rw-r--r--doc/tex/ciphers.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tex/ciphers.tex b/doc/tex/ciphers.tex
index a7a2945555..12534ac3b9 100644
--- a/doc/tex/ciphers.tex
+++ b/doc/tex/ciphers.tex
@@ -26,11 +26,13 @@ fast stream cipher.
\hline
AES\_CBC & AES or RIJNDAEL is the block cipher algorithm that replaces the old
(and insecure\footnote{due to small key length}) DES algorithm. Has
-128 bits block size and is used in CBC mode.
+128 bits block size and is used in CBC mode. This is not officially
+supported in TLS (yet).
\\
\hline
TWOFISH\_CBC & TWOFISH is a block cipher algorithm by Counterpane. Has
-128 bits block size and is used in CBC mode.
+128 bits block size and is used in CBC mode. This algorithm is not
+part of TLS. It is a \gnutls extension.
\\
\hline
\end{tabular}