diff options
| author | Lars Magne Ingebrigtsen | 2014-11-23 14:56:43 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-23 14:56:43 +0100 |
| commit | 4c298b2a73bda5ad99c1a7c2428b0db91e950820 (patch) | |
| tree | 9cbec90cbac94adbe863a5bab50429dbb513ae4e /doc/lispref/ChangeLog | |
| parent | a85950469e6fc045de6157f9ad739e28f30ecd8d (diff) | |
| download | emacs-4c298b2a73bda5ad99c1a7c2428b0db91e950820.tar.gz emacs-4c298b2a73bda5ad99c1a7c2428b0db91e950820.zip | |
Implement a Network Security Manager
* processes.texi (Network): Mention the new :warn-unless-encrypted
parameter to `open-network-stream'.
(Network): Mention the Network Security Manager.
* net/nsm.el: New file that implements a Network Security Manager.
* net/network-stream.el (open-network-stream): Add a new
:warn-unless-encrypted parameter.
(network-stream-open-plain): Allow warning unless encrypted.
(network-stream-open-starttls): Call the Network Security Manager.
(network-stream-open-tls): Ditto.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0c8792af81f..5cc85aa60dc 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * processes.texi (Network): Mention the new :warn-unless-encrypted | ||
| 4 | parameter to `open-network-stream'. | ||
| 5 | (Network): Mention the Network Security Manager. | ||
| 6 | |||
| 1 | 2014-11-21 Ulf Jasper <ulf.jasper@web.de> | 7 | 2014-11-21 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 8 | ||
| 3 | * text.texi (Parsing HTML/XML): Document new optional parameter | 9 | * text.texi (Parsing HTML/XML): Document new optional parameter |