diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-12-31 22:40:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-12-31 22:40:55 +0200 |
commit | 93658370714132cd7fac931ca72922f0b28dea54 (patch) | |
tree | 2103baefa0a264a373fdd866bc4c76eb682e95be /doc/cha-intro-tls.texi | |
parent | 40143c7ab9470d0e53ee91d4775bda258579a183 (diff) | |
download | gnutls-93658370714132cd7fac931ca72922f0b28dea54.tar.gz |
ARCFOUR-128 is disabled by default
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r-- | doc/cha-intro-tls.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index 0bc02ed589..6a15b0febf 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -122,7 +122,7 @@ encryption (EDE). Has 64 bits block size and is used in CBC mode. @item ARCFOUR_@-128 @tab ARCFOUR_128 is a compatible algorithm with RSA's RC4 algorithm, which is considered to be a trade -secret. It is a fast cipher but considered weak today. +secret. It is a fast cipher but considered weak today, and thus it is not enabled by default. @item AES_@-CBC @tab AES or RIJNDAEL is the block cipher algorithm that replaces the old |