diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-23 09:34:12 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-23 09:37:46 +0000 |
commit | 36350a2313d93d7ef06dfba9a26594a30d108683 (patch) | |
tree | 75c4c88a14571590ae44eb4f4f5700925f8c6f96 | |
parent | f6f4a58dcac2a21f4104bb8d7e580e90ba6bf3f4 (diff) |
Docs: clarify non-applicability of the tls_eccurve option to GnuTLS
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 47341b163..c69e45c39 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -17136,7 +17136,8 @@ acceptable bound from 1024 to 2048. .option tls_eccurve main string&!! &`auto`& .cindex TLS "EC cryptography" -This option selects a EC curve for use by Exim. +This option selects a EC curve for use by Exim when used with OpenSSL. +It has no effect when Exim is used with GnuTLS. After expansion it must contain a valid EC curve parameter, such as &`prime256v1`&, &`secp384r1`&, or &`P-512`&. Consult your OpenSSL manual |