aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorRobert Pluim2019-01-24 14:35:30 +0100
committerRobert Pluim2019-11-05 09:32:51 +0100
commit91c732f687a61ba130acf38d5142bec6369ebd68 (patch)
tree2b64b552456aad27899a148940d3188b88f52743 /etc/NEWS
parent3843711abd8d599206acbcc0aa97dae708285416 (diff)
downloademacs-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ff9df6e0fa..b6e61c76e2f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -322,6 +322,12 @@ Previously, this support was only available when using the external
322certificates via 'auth-source'. 322certificates via 'auth-source'.
323 323
324+++ 324+++
325** New user option 'network-stream-use-client-certificates'.
326When non-nil, 'open-network-stream' performs lookups of client
327certificates using 'auth-source' as if ':client-certificate t' were
328specified. 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'.
326It blocks line breaking after a one-letter word, also in the case when 332It blocks line breaking after a one-letter word, also in the case when
327this word is preceded by a non-space, but non-alphanumeric character. 333this word is preceded by a non-space, but non-alphanumeric character.