summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7f73af16..8f24fc6bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,13 @@
17 the corresponding ssh_put_bignum functions create. This fixes the 17 the corresponding ssh_put_bignum functions create. This fixes the
18 use of 16384-bit RSA keys (bug reported by Eivind Evensen). 18 use of 16384-bit RSA keys (bug reported by Eivind Evensen).
19 ok djm@ 19 ok djm@
20 - djm@cvs.openbsd.org 2014/06/24 00:52:02
21 [krl.c]
22 fix bug in KRL generation: multiple consecutive revoked certificate
23 serial number ranges could be serialised to an invalid format.
24
25 Readers of a broken KRL caused by this bug will fail closed, so no
26 should-have-been-revoked key will be accepted.
20 27
2120140618 2820140618
22 - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare 29 - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare