diff options
| author | Robert Pluim | 2019-11-18 10:48:29 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-11-23 18:51:08 +0100 |
| commit | 8934762bb37273e6606097de92dcc2556456acd2 (patch) | |
| tree | f221324e9e52e5cffe43929f3beb244579aa5288 /doc/lispref | |
| parent | a27c8929f2ab26dc0d27c8969857d3bc108747f5 (diff) | |
| download | emacs-8934762bb37273e6606097de92dcc2556456acd2.tar.gz emacs-8934762bb37273e6606097de92dcc2556456acd2.zip | |
Default network-stream-use-client-certificates to nil
* lisp/net/network-stream.el (network-stream-use-client-certificates):
Default to nil.
(open-network-stream): Adapt description to new default of
network-stream-use-client-certificates.
* etc/NEWS: network-stream-use-client-certificates defaults to nil
now.
* doc/lispref/processes.texi (Network): Flip
network-stream-use-client-certificates description.
* doc/misc/auth.texi (Help for users): Mention
network-stream-use-client-certificates.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/processes.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 5caf0a24265..fc5832253f9 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -2521,11 +2521,11 @@ expect the network traffic to be encrypted. | |||
| 2521 | Either a list of the form @code{(@var{key-file} @var{cert-file})}, | 2521 | Either a list of the form @code{(@var{key-file} @var{cert-file})}, |
| 2522 | naming the certificate key file and certificate file itself, or | 2522 | naming the certificate key file and certificate file itself, or |
| 2523 | @code{t}, meaning to query @code{auth-source} for this information | 2523 | @code{t}, meaning to query @code{auth-source} for this information |
| 2524 | (@pxref{Help for users,,auth-source, auth, Emacs auth-source Library}). | 2524 | (@pxref{Help for users,,auth-source, auth, Emacs auth-source |
| 2525 | Only used for @acronym{TLS} or @acronym{STARTTLS}. If | 2525 | Library}). Only used for @acronym{TLS} or @acronym{STARTTLS}. To |
| 2526 | @code{:client-certificate} is not specified, behave as if it were t, | 2526 | enable automatic queries of @code{auth-source} when |
| 2527 | customize @code{network-stream-use-client-certificates} to change | 2527 | @code{:client-certificate} is not specified customize |
| 2528 | this. | 2528 | @code{network-stream-use-client-certificates} to t. |
| 2529 | 2529 | ||
| 2530 | @item :return-list @var{cons-or-nil} | 2530 | @item :return-list @var{cons-or-nil} |
| 2531 | The return value of this function. If omitted or @code{nil}, return a | 2531 | The return value of this function. If omitted or @code{nil}, return a |