summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2018-07-08 13:30:08 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2018-07-08 13:30:08 +0200
commitf9649f0e147815ddd78073c52cd0e2ad9f33c4e4 (patch)
tree707f29c14a45bb6b2f7558c4251da1e9370ef1b1 /etc
parent98463bed07ecc9057094928ffdc2321eaaf3ab52 (diff)
downloademacs-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/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 375f0400541..8883066237b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.