Kamil Dudka wrote: > On Sunday 06 of December 2009 08:23:29 Peter Stuge wrote: > > Fix padding in ssh-dss signature blob encoding > > Really nice catch!
Thanks for the debugging help. > My investigation had never reached beyond the common part of DSA > implementation. Who would expect two bugs with exactly same > behavior in two completely independent implementations? :-) It was slightly different, the libgcrypt wrapper returned an error while the openssl wrapper returned a bad blob. > For now I can confirm the fix for OpenSSL part indeed solves the > problem. Great - thanks for testing! It would be good if someone could test also with libgcrypt. Use any of the simple examples and make it log in to a server using DSA key, then exit. If it can run in a loop for more than 5 or so minutes without failed login, then I'm happy. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
