https://bugzilla.novell.com/show_bug.cgi?id=784994 https://bugzilla.novell.com/show_bug.cgi?id=784994#c4 --- Comment #4 from Franz Wudy <franz.wudy@mail.com> 2012-11-14 18:21:58 UTC --- Thanks Mr. He. I got the sources downloaded and the engine patched. ./Configure and ./make went through without any problems. Testing: /usr/src/packages/SOURCES/openssl-1.0.1c/openssl-1.0.1c/apps # ./openssl version -a OpenSSL 1.0.1c 10 May 2012 built on: Wed Nov 14 12:57:23 EST 2012 platform: linux-x86_64 options: bn(64,64) rc4(8x,int) des(idx,cisc,16,int) idea(int) blowfish(idx) compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM OPENSSLDIR: "/usr/local/ssl" /usr/src/packages/SOURCES/openssl-1.0.1c/openssl-1.0.1c/apps # ./openssl speed -evp aes-128-ecb -engine padlock engine "padlock" set. Doing aes-128-ecb for 3s on 16 size blocks: 21636360 aes-128-ecb's in 2.99s Doing aes-128-ecb for 3s on 64 size blocks: 17974821 aes-128-ecb's in 3.00s Doing aes-128-ecb for 3s on 256 size blocks: 9937132 aes-128-ecb's in 3.00s Doing aes-128-ecb for 3s on 1024 size blocks: 3528344 aes-128-ecb's in 3.00s Doing aes-128-ecb for 3s on 8192 size blocks: 502598 aes-128-ecb's in 3.00s OpenSSL 1.0.1c 10 May 2012 built on: Wed Nov 14 12:57:23 EST 2012 options:bn(64,64) rc4(8x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_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 aes-128-ecb 115779.85k 383462.85k 847968.60k 1204341.42k 1372427.61k WOW! from 50850.47k to 1372427.61k. That's an improvement! Seems to work. I am not brave enough to issue a "make install" on the live machine. Do you think it would be possible to include the patch on your building machines and deliver it with the next update? Thanks for your help. Franz -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.