Re[2]: [openssl.org #748] bug in speed.c

2004-01-06 Thread Kirill Kochetkov via RT
Hello Lutz, It's me again :) bug in speed.c: insead #ifndef OPENSSL_NO_DSA if (strcmp(*argv,dsa) == 0) { dsa_doit[R_DSA_512]=1; dsa_doit[R_DSA_1024]=1; } else

Re: [openssl.org #748] bug in speed.c

2003-12-09 Thread Kirill Kochetkov via RT
Hello Lutz, Last month I try find answer for: What block (I mean what are long the block) is standard for cbc's like des/idea/aes and using in SSH/SSL and other well known applications? openssl speed dive me too many results and I want to choose major. Can You help me? -- Best regards,

Re: [openssl.org #748] bug in speed.c

2003-12-09 Thread Kirill Kochetkov via RT
Hello Lutz, seems to be I find answer :) type/block size in openssl speed is just buffer size for calling cbc routines. and block size is fixed for different algorithms (as 8 bytes for DES). but now I don't clear about type. Is it simply input data size and can be not only 16,64,256,1024,8192

[openssl.org #748] bun in speed.c

2003-10-29 Thread Kirill Kochetkov via RT
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

[openssl.org #748] re: bun in speed.c

2003-10-29 Thread Kirill Kochetkov via RT
Hello! It's me agaig :) I change speed.c for benchmarking AES methods too. It was easy :) May be it will help you. -- Best regards, Kirill mailto:[EMAIL PROTECTED] __ OpenSSL Project