diff options
author | Tom Kistner <tom@duncanthrax.net> | 2008-04-13 11:45:09 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2008-04-13 11:45:09 +0000 |
commit | 4cc45746df0ef70bb72cd3baf3602cde09a203cf (patch) | |
tree | c64c81b16ec7044532e7b069f42d0e2b6faea4ac | |
parent | ff86345ee2c0b8c21e8008ca611932c726238a6b (diff) |
remove reference to RSAfrom section 39.3
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 6162739d8..6c8e74943 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.39 2008/03/26 15:37:37 fanf2 Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.40 2008/04/13 11:45:09 tom Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -24057,7 +24057,7 @@ sections &<<SECTreqciphssl>>& and &<<SECTreqciphgnu>>&. .section "GnuTLS parameter computation" "SECID181" -GnuTLS uses RSA and D-H parameters that may take a substantial amount of time +GnuTLS uses D-H parameters that may take a substantial amount of time to compute. It is unreasonable to re-compute them for every TLS session. Therefore, Exim keeps this data in a file in its spool directory, called &_gnutls-params_&. The file is owned by the Exim user and is readable only by |