Re: SHA-256 implementation improvement

2012-05-22 Thread Pavel Semjanov
Hello, Note that for the i5-560M the unpatched 64bit version still outperforms the patched 32bit version How can the sha256 patch be applied to the 64bit code base? It's not done for 64-bit yet. -- SY / C4acT/\uBo Pavel Semjanov _ _ _http://www.semja

can i modify fipsld to include extra flags to 'gcc' while compiling fips_premain.c

2012-05-22 Thread Amit Rangari
hello! we have to build our utilities with '-m32' flag to gcc on an x86_64 m/c. However as the fipsld builds fips_premain.c without '-m32' flag, we see the linking errors. do you think modifying fipsld to have '-m32' flag passed to 'gcc' ? thanks in advance! -Amit

Re: [openssl.org #2824] Bug ? - Not Thread-safety for SSL Key usage im requests ?

2012-05-22 Thread Dominik Oepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Christiane, did you set up the locking callbacks as described in: - - http://www.openssl.org/support/faq.html#PROG1 - - http://www.openssl.org/docs/crypto/threads.html Best regards, Dominik On 22/05/12 14:01, Kämpfe, Christiane via RT wrote: >

Re: SHA-256 implementation improvement

2012-05-22 Thread Jan Just Keijser
Hi Pavel, Pavel Semjanov wrote: Hello again, as I promised, here is the optimized code for SHA-256 hash, x86 platform. Should work faster on Core 2/iX up to 20%. This code you are free to use (or modify) in any form on OpenSSL and GRYPTOGAMS. I guess you should make it PIC, as any other code

RE: [openssl.org #2824] AutoReply: Bug ? - Not Thread-safety for SSL Key usage im requests ?

2012-05-22 Thread Kämpfe, Christiane via RT
Greetings back, I have now found in another bug report that there might have been problems if the CRYPTO***callback functions are not set. (At first I was looking for "SSL key" reports - Than I was looking for "thread") http://www.openssl.org/docs/crypto/threads.html gSOAP has s

[openssl.org #2824] Bug ? - Not Thread-safety for SSL Key usage im requests ?

2012-05-22 Thread Kämpfe, Christiane via RT
Hello, We have here a programm which sends multithreaded requests to a lot of addresses using SSL Context with ONE SSL-Keyfile for all requests. The SOAP requests are send via gSOAP 2.7.9 functions which uses OpenSSL calls. We test on different LINUX OS where OpenSSL from minimumversion 0.9.8 is

[openssl.org #2823] Bug: FTBFS compiling openssl 1.01c with musl libc

2012-05-22 Thread Isaac Dunham via RT
musl libc (http://www.etalabs.net/musl/) is an MIT-licensed libc for Linux written to conform to standards (X/Open Issue 7 / SUS4, POSIX 2008). musl does not implement the nonstandard termio interface, or have termio.h; it properly uses _POSIX_VERSION to indicate support of POSIX 2008. There are

[openssl.org #2822] patch to 1.0.1c ms/uplink-x86_64.pl

2012-05-22 Thread Noah Friedman via RT
If perl is installed in a directory like "C:\Program Files (x86)\ActiveState\5.12\bin" Then the ms/do_win64a.bat script fails with the error: C:\build.ntx64>perl ms\uplink-x86_64.pl masm 1>ms\uptable.asm 'C:\Program' is not recognized as an internal or external command,

Re: [openssl.org #2817] OpenSSL 1.0.1c masm failure with Visual Studio 10 VC-WIN64A.

2012-05-22 Thread Noah Friedman
>> With Visual Studio 10 x64, I get the following error at configure time: >> >> ... >> D:\build.ntx64vs10>perl ms\uplink-x86_64.pl masm 1>ms\uptable.asm >> D:\build.ntx64vs10>ml64 -c -Foms\uptable.obj ms\uptable.asm >> Assembling: ms\uptable.asm >> ms\uptable.asm(356)

Re: Fw: Question on enhancing OpenSSL logs

2012-05-22 Thread Marek . Marcola
Hello, This looks like declaration mismatch, you should send more info (used compilers, environment), maybe simple test code. Best regards, -- Marek Marcola owner-openssl-us...@openssl.org wrote on 05/21/2012 02:52:15 PM: > grajapra...@inautix.co.in > Sent by: owner-openssl-us...@openssl.or