diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2018-07-08 13:30:08 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2018-07-08 13:30:08 +0200 |
commit | f9649f0e147815ddd78073c52cd0e2ad9f33c4e4 (patch) | |
tree | 707f29c14a45bb6b2f7558c4251da1e9370ef1b1 /etc | |
parent | 98463bed07ecc9057094928ffdc2321eaaf3ab52 (diff) | |
download | emacs-f9649f0e147815ddd78073c52cd0e2ad9f33c4e4.tar.gz |
NSM-related doc fixes
* src/gnutls.c (Fgnutls_peer_status): Mention :certificates in the
doc string.
* etc/NEWS: Mention how to switch off the additional TLS checks.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -137,7 +137,11 @@ variable. +++ ** Most of the checks for outdated, believed-to-be-weak TLS algorithms -and ciphers are now switched on by default. +and ciphers are now switched on by default. To get the old behaviour +back (where certificates are checked for validity, but no warnings +about weak cryptography are 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. +++ ** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'. |