The same behaviour is for other hashes: md4 md5 mdc2 and sha. But not for sha256, sha512 and whirlpool - everything is ok with these hashes:
$ ./apps/openssl speed sha512 sha256 whirlpool OpenSSL 1.0.1-dev xx XXX xxxx built on: Tue Dec 13 08:14:31 RST 2011 options:bn(64,32) rc4(8x,mmx) des(ptr,risc1,16,long) aes(partial) idea(int) blowfish(idx) compiler: gcc -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -g -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha256 32216.74k 75616.73k 132102.69k 165474.27k 179371.50k sha512 17037.17k 67636.17k 103818.78k 148730.56k 160855.87k whirlpool 21894.41k 51207.20k 87122.50k 105701.73k 96333.88k On 12 December 2011 19:08, Andy Polyakov via RT <r...@openssl.org> wrote: >> OpenSSL 1.0.1 snaphot 20111211, compiled on Cygwin, no special config >> options. >> >> gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) >> CPU Code2 Duo E8600 >> >> Both >> ./apps/openssl speed sha1 >> and >> ./apps/openssl speed -evp sha1 >> >> MAY results in hangup on any stage. >> Sometimes speed command complete successfylly. >> ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org