diff options
author | Robert Pluim <rpluim@gmail.com> | 2019-09-02 17:26:10 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2019-09-02 17:47:39 +0200 |
commit | 0458a9e776e528654b960c6bea81191e38ad5979 (patch) | |
tree | a304f07df14bd19364f711c178f36528b1321f5c | |
parent | dd162a3f2264940e3e329d0bfb195f56d00ed08f (diff) | |
download | emacs-0458a9e776e528654b960c6bea81191e38ad5979.tar.gz |
Add 'nsm-trust-local-network' to NEWS
* etc/NEWS: Describe 'nsm-trust-local-network', and warn against its
use.
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -296,6 +296,14 @@ issued), you can either set 'network-security-protocol-checks' to nil, or adjust the elements in that variable to only happen on the 'high' security level (assuming you use the 'medium' level). +--- +** New user option 'nsm-trust-local-network'. +Allows skipping Network Security Manager checks for hosts on your +local subnet(s). It defaults to nil. Usually, there should be no +need to set this non-nil, and doing that risks opening your local +network connections to attacks. So be sure you know what you are +doing before changing the value. + +++ ** Native GnuTLS connections can now use client certificates. Previously, this support was only available when using the external |