diff options
| author | Robert Pluim | 2019-01-24 14:35:30 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-11-05 09:32:51 +0100 |
| commit | 91c732f687a61ba130acf38d5142bec6369ebd68 (patch) | |
| tree | 2b64b552456aad27899a148940d3188b88f52743 /etc/NEWS | |
| parent | 3843711abd8d599206acbcc0aa97dae708285416 (diff) | |
| download | emacs-91c732f687a61ba130acf38d5142bec6369ebd68.tar.gz emacs-91c732f687a61ba130acf38d5142bec6369ebd68.zip | |
Always check for client-certificates
* lisp/net/network-stream.el
(network-stream-use-client-certificates): New user option.
(open-network-stream): If 'network-stream-use-client-certificates'
is t, and the user hasn't specified :client-certificate, do
certificate lookups via 'auth-source'.
(network-stream-certificate): Only return key and certificate
files that exist.
* doc/lispref/processes.texi (Network): Document new
client-certificate behavior.
* etc/NEWS: Document 'network-stream-use-client-certificates'.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -322,6 +322,12 @@ Previously, this support was only available when using the external | |||
| 322 | certificates via 'auth-source'. | 322 | certificates via 'auth-source'. |
| 323 | 323 | ||
| 324 | +++ | 324 | +++ |
| 325 | ** New user option 'network-stream-use-client-certificates'. | ||
| 326 | When non-nil, 'open-network-stream' performs lookups of client | ||
| 327 | certificates using 'auth-source' as if ':client-certificate t' were | ||
| 328 | specified. Defaults to t. | ||
| 329 | |||
| 330 | +++ | ||
| 325 | ** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'. | 331 | ** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'. |
| 326 | It blocks line breaking after a one-letter word, also in the case when | 332 | It blocks line breaking after a one-letter word, also in the case when |
| 327 | this word is preceded by a non-space, but non-alphanumeric character. | 333 | this word is preceded by a non-space, but non-alphanumeric character. |