Improve gnutls-min-prime-bits docstring
* lisp/net/gnutls.el (gnutls-min-prime-bits): Doc fix: delete out-of-date and now misleading sentence, added back when Emacs' default minimum prime bits for a Diffie-Hellman handshake was only 256 bits. These days, the default is nil, which means to let GnuTLS decide the value. (See also `nsm-protocol-check--dhe-prime-kx`.)
This commit is contained in:
parent
b14bbd108e
commit
a14821d615
1 changed files with 1 additions and 4 deletions
|
@ -128,10 +128,7 @@ key exchange is against man-in-the-middle attacks.)
|
||||||
|
|
||||||
A value of nil says to use the default GnuTLS value.
|
A value of nil says to use the default GnuTLS value.
|
||||||
|
|
||||||
The default value of this variable is such that virtually any
|
Emacs network security is handled at a higher level via
|
||||||
connection can be established, whether this connection can be
|
|
||||||
considered cryptographically \"safe\" or not. However, Emacs
|
|
||||||
network security is handled at a higher level via
|
|
||||||
`open-network-stream' and the Network Security Manager. See Info
|
`open-network-stream' and the Network Security Manager. See Info
|
||||||
node `(emacs) Network Security'."
|
node `(emacs) Network Security'."
|
||||||
:type '(choice (const :tag "Use default value" nil)
|
:type '(choice (const :tag "Use default value" nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue