Archive Index
This month's Index
|
Subject: SHA1 diffs
SHA1 diffs
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 7 May 2009 00:28:03 +0200 (CEST)
Hello,
I'm currently running tests on my early implementation of known_hosts checks,
It's about the sha1 hash checks. My code fails to get the same hash output as
md = EVP_sha1();
while we have a "generic" crypto layer that is slightly different so my code
libssh2_sha1_init(&ctx);
Outputting the 'salt' and the 'host' buffers at these points in both
I figure HMAC_Init() + HMAC_Update() simply isn't the same as
I'm planning to post an early version of my work tomorrow or so.
-- / daniel.haxx.se ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ libssh2-devel mailing list libssh2-devel_at_lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-develReceived on 2009-05-07 |