diff options
author | Damien Miller <djm@mindrot.org> | 2003-06-18 20:29:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-06-18 20:29:01 +1000 |
commit | 8c1d2e3926c483551c5a2b0e356d300ad2908d9e (patch) | |
tree | c8e5e281131acfe4f70880f146f219f3ed239809 /ChangeLog | |
parent | 56a0bb07c47285fe78268c95650032ab0ea667cd (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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 | ||
16 | 20030614 | 21 | 20030614 |
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 $ |