summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b96329ef2..df6d03207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,14 @@
4 [monitor.c] 4 [monitor.c]
5 drain the log messages after receiving the keystate from the unpriv 5 drain the log messages after receiving the keystate from the unpriv
6 child. otherwise it might block while sending. ok djm@ 6 child. otherwise it might block while sending. ok djm@
7 - markus@cvs.openbsd.org 2012/12/11 22:31:18
8 [PROTOCOL authfile.c cipher.c cipher.h kex.h mac.c myproposal.h]
9 [packet.c ssh_config.5 sshd_config.5]
10 add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms
11 that change the packet format and compute the MAC over the encrypted
12 message (including the packet size) instead of the plaintext data;
13 these EtM modes are considered more secure and used by default.
14 feedback and ok djm@
7 15
820121207 1620121207
9 - (dtucker) OpenBSD CVS Sync 17 - (dtucker) OpenBSD CVS Sync