diff options
| author | Lars Ingebrigtsen | 2018-06-24 15:36:50 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-06-24 15:37:00 +0200 |
| commit | 6584bc6720fce6a830ab18538f89acc80da597f1 (patch) | |
| tree | f4b3c9d48fd6c8b9a36b1634e28c04e411089000 /etc | |
| parent | 16c2f03c15078c4bd98c4b1e4d15701ba45550c3 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -131,6 +131,11 @@ used to remove comments before calling the libxml functions to parse | |||
| 131 | the data. | 131 | the data. |
| 132 | 132 | ||
| 133 | +++ | 133 | +++ |
| 134 | ** The Network Security Manager now allows more fine-grained control | ||
| 135 | of what checks to run via the `network-security-protocol-checks' | ||
| 136 | variable. | ||
| 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'. |
| 135 | It blocks line breaking after a one-letter word, also in the case when | 140 | It blocks line breaking after a one-letter word, also in the case when |
| 136 | this word is preceded by a non-space, but non-alphanumeric character. | 141 | this word is preceded by a non-space, but non-alphanumeric character. |