From ceae9d1c333c24894cccddc861c1b9b6d208a8bc Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 6 Jun 2002 20:55:04 +0000 Subject: - 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 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65c1a6bb1..42154eebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,6 +73,11 @@ add comment: key_verify returns 1 for a correct signature, 0 for an incorrect signature and -1 on error. + - 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 20020604 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed @@ -757,4 +762,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2164 2002/06/06 20:54:07 mouring Exp $ +$Id: ChangeLog,v 1.2165 2002/06/06 20:55:04 mouring Exp $ -- cgit v1.2.3