Hello!

I try use OpenSSL for processor benchmarking. But find bug (I think :) in speed.c
module.
First I use it on Linux/gcc system and get all results from "openssl speed".
But when compile and run on Win32 (windows XP, MS Visual.net 2003) I get "0" on
AES testing.
But "openssl enc -e -aes128..." is working fine.
So when I try investigate it I find in speed.c (49013 bytes, 14/02/03) after
"First we calculate the approximate speed ..." program get some estimation of
CPU speed (lines 982...993), then in massive c[] we have num of runs for different 
methods.
And for AES ( c[D_CBC_128_AES]... ) we have garbage in linux/gcc and zero in
win32/vc, because this elements of c[] remain not initialized (lines 994...1073).
And next real benchmarking (lines 1244..1288) for AES is working wrong.

Can You fix it?

Tnx of lot for OpenSSL !!!

-- 
Best regards,
 Kirill                          mailto:[EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to