diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 20:55:04 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 20:55:04 +0000 |
commit | ceae9d1c333c24894cccddc861c1b9b6d208a8bc (patch) | |
tree | b6c428a9f721579f0379cc1aa5f6768aaedcf3cc /ChangeLog | |
parent | 01fff0c9d4f64d13e02ea6d516b5a335a35d00dd (diff) |
- markus@cvs.openbsd.org 2002/05/31 13:20:50
[ssh-rsa.c]
pad received signature with leading zeros, because RSA_verify expects
a signature of RSA_size. the drafts says the signature is transmitted
unpadded (e.g. putty does not pad), reported by anakin@pobox.com
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -73,6 +73,11 @@ | |||
73 | add comment: | 73 | add comment: |
74 | key_verify returns 1 for a correct signature, 0 for an incorrect signature | 74 | key_verify returns 1 for a correct signature, 0 for an incorrect signature |
75 | and -1 on error. | 75 | and -1 on error. |
76 | - markus@cvs.openbsd.org 2002/05/31 13:20:50 | ||
77 | [ssh-rsa.c] | ||
78 | pad received signature with leading zeros, because RSA_verify expects | ||
79 | a signature of RSA_size. the drafts says the signature is transmitted | ||
80 | unpadded (e.g. putty does not pad), reported by anakin@pobox.com | ||
76 | 81 | ||
77 | 20020604 | 82 | 20020604 |
78 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed | 83 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed |
@@ -757,4 +762,4 @@ | |||
757 | - (stevesk) entropy.c: typo in debug message | 762 | - (stevesk) entropy.c: typo in debug message |
758 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 763 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
759 | 764 | ||
760 | $Id: ChangeLog,v 1.2164 2002/06/06 20:54:07 mouring Exp $ | 765 | $Id: ChangeLog,v 1.2165 2002/06/06 20:55:04 mouring Exp $ |