diff options
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r-- | doc/manual/tls.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index 16fced4ea..26ac6a801 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -527,11 +527,11 @@ policy settings from a file. Also allowed (though currently experimental): "AES-128/OCB(12)", "AES-256/OCB(12)" - Also allowed (although **not recommended**): "SEED", "3DES", "RC4" + Also allowed (although **not recommended**): "SEED", "3DES" .. note:: - RC4 will never be negotiated in DTLS due to protocol limitations + Support for the broken RC4 cipher was removed in 1.11.17 .. cpp:function:: std::vector<std::string> allowed_macs() const |