aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-12-08 20:41:05 +0100
committerLars Magne Ingebrigtsen2014-12-08 20:41:05 +0100
commitb7768d785f1fb8a93619b926ddb56d59ef8b81a0 (patch)
tree4d41c8830b1bdbcbbc8c9e3433feeca05fa4f376 /lisp/ChangeLog
parent7c6750264774350e6182aef39793554d4342d439 (diff)
downloademacs-b7768d785f1fb8a93619b926ddb56d59ef8b81a0.tar.gz
emacs-b7768d785f1fb8a93619b926ddb56d59ef8b81a0.zip
(nsm-check-protocol): Check for weak Diffie-Hellman prime bits.
Fixes: debbugs:19153
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d40b56f71e0..b9903ac2fd4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,8 @@
3 * net/nsm.el (network-security-level): Remove the detailed 3 * net/nsm.el (network-security-level): Remove the detailed
4 description, which was already outdated, and refer the users to 4 description, which was already outdated, and refer the users to
5 the manual. 5 the manual.
6 (nsm-check-protocol): Check for weak Diffie-Hellman prime bits
7 (bug#19153).
6 8
72014-12-06 Andrey Kotlarski <m00naticus@gmail.com> 92014-12-06 Andrey Kotlarski <m00naticus@gmail.com>
8 10