Files
emacs/lisp
Robert Pluim 91c732f687 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'.
2019-11-05 09:32:51 +01:00
..
2019-10-30 01:02:48 +01:00
2019-11-05 09:32:51 +01:00
2019-09-28 17:08:19 +03:00
2019-10-31 10:53:05 +01:00
2019-11-04 23:39:55 -08:00
2019-10-14 14:18:39 +02:00
2019-09-27 00:33:45 +02:00
2019-08-05 18:37:29 -07:00
2019-09-27 17:49:37 +02:00
2019-10-17 15:25:07 +02:00
2019-08-05 18:37:29 -07:00
2019-09-20 15:01:52 +02:00
2019-11-01 06:27:08 -07:00
2019-08-17 15:43:05 -07:00
2019-09-19 14:39:34 +02:00
2019-09-09 01:13:54 +02:00
2019-10-09 15:16:07 +02:00
2019-09-16 18:00:59 -07:00
2019-10-16 04:44:22 +02:00
2019-08-23 02:20:54 +02:00
2019-10-13 05:08:37 +02:00
2019-08-05 18:37:29 -07:00
2019-08-16 16:27:27 -07:00
2019-10-11 14:17:08 +02:00
2019-10-01 23:15:03 +03:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.