diff options
author | Jack Lloyd <[email protected]> | 2016-10-21 11:25:53 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-21 16:54:43 -0400 |
commit | f44bd90a3ff9c2928eef825a0ff5394160b1a01c (patch) | |
tree | d5bec5ca3c501122c747fd492c8a16270135b935 /doc/manual/tls.rst | |
parent | 6aa855bba613c7b6fedfbe71d15930964acb1633 (diff) |
X25519 key exchange for TLS
Client interops with google.com, server not tested against an
independent client yet.
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r-- | doc/manual/tls.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index d0e63b9f8..0493c2b36 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -590,7 +590,7 @@ policy settings from a file. Return a list of ECC curves we are willing to use, in order of preference. Default: "brainpool512r1", "secp521r1", "brainpool384r1", - "secp384r1", "brainpool256r1", "secp256r1" + "secp384r1", "brainpool256r1", "secp256r1", "x25519" No other values are currently defined. |