diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tls.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tls.rst b/doc/tls.rst index 29d49166d..c31a27ca0 100644 --- a/doc/tls.rst +++ b/doc/tls.rst @@ -486,9 +486,9 @@ be negotiated during a handshake. Returns the list of ciphers we are willing to negotiate, in order of preference. - Default: "AES-256/GCM", "AES-128/GCM", "AES-256/CCM(16,3)", - "AES-128/CCM(16,3)", "AES-256/CCM(8,3)", "AES-128/CCM(8,3)", - "AES-256", "AES-128" + Default: "AES-256/GCM", "AES-128/GCM", + "AES-256/CCM", "AES-128/CCM", "AES-256/CCM-8", "AES-128/CCM-8", + "AES-256", "AES-128" Also allowed: "Camellia-256/GCM", "Camellia-128/GCM", "Camellia-256", "Camellia-128", "SEED", "3DES", "RC4" |