summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-18 20:29:01 +1000
committerDamien Miller <djm@mindrot.org>2003-06-18 20:29:01 +1000
commit8c1d2e3926c483551c5a2b0e356d300ad2908d9e (patch)
treec8e5e281131acfe4f70880f146f219f3ed239809 /ChangeLog
parent56a0bb07c47285fe78268c95650032ab0ea667cd (diff)
- markus@cvs.openbsd.org 2003/06/16 08:22:35
[ssh-rsa.c] make sure the signature has at least the expected length (don't insist on len == hlen + oidlen, since this breaks some smartcards) bugzilla #592; ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ccd501ab..93aaeb033 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,11 @@
12 - markus@cvs.openbsd.org 2003/06/12 19:12:03 12 - markus@cvs.openbsd.org 2003/06/12 19:12:03
13 [scard.c scard.h ssh-agent.c ssh.c] 13 [scard.c scard.h ssh-agent.c ssh.c]
14 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 14 add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
15 - markus@cvs.openbsd.org 2003/06/16 08:22:35
16 [ssh-rsa.c]
17 make sure the signature has at least the expected length (don't
18 insist on len == hlen + oidlen, since this breaks some smartcards)
19 bugzilla #592; ok djm@
15 20
1620030614 2120030614
17 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@ 22 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
@@ -527,4 +532,4 @@
527 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 532 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
528 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 533 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
529 534
530$Id: ChangeLog,v 1.2805 2003/06/18 10:28:40 djm Exp $ 535$Id: ChangeLog,v 1.2806 2003/06/18 10:29:01 djm Exp $