aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-06-24 15:36:50 +0200
committerLars Ingebrigtsen2018-06-24 15:37:00 +0200
commit6584bc6720fce6a830ab18538f89acc80da597f1 (patch)
treef4b3c9d48fd6c8b9a36b1634e28c04e411089000 /etc
parent16c2f03c15078c4bd98c4b1e4d15701ba45550c3 (diff)
downloademacs-6584bc6720fce6a830ab18538f89acc80da597f1.tar.gz
emacs-6584bc6720fce6a830ab18538f89acc80da597f1.zip
Refactor the protocol NSM checks for flexibility
* doc/emacs/misc.texi (Network Security): Mention network-security-protocol-checks. * lisp/net/nsm.el (network-security-protocol-checks): New variable. (nsm-check-protocol): Refactor the checks into separate functions for greater flexibility. (nsm-protocol-check--diffie-hellman-prime-bits) (nsm-protocol-check--rc4, nsm-protocol-check--ssl) (nsm-protocol-check--signature-sha1): Refactored out of the big function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12757f61d20..8ee4831b6ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -131,6 +131,11 @@ used to remove comments before calling the libxml functions to parse
131the data. 131the data.
132 132
133+++ 133+++
134** The Network Security Manager now allows more fine-grained control
135of what checks to run via the `network-security-protocol-checks'
136variable.
137
138+++
134** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'. 139** New function 'fill-polish-nobreak-p', to be used in 'fill-nobreak-predicate'.
135It blocks line breaking after a one-letter word, also in the case when 140It blocks line breaking after a one-letter word, also in the case when
136this word is preceded by a non-space, but non-alphanumeric character. 141this word is preceded by a non-space, but non-alphanumeric character.