FIPS mode and SSE2

2008-06-05 Thread John Firebaugh
When compiled with SSE2 optimizations (OPENSSL_IA32_SSE2), FIPS_mode_set fails on x86 CPUs without SSE or SSE2 support due to an explict check of bits 25 and 26 of OPENSSL_ia32cap. Is there a particular reason for this? I thought that all SSE2 optimizations were conditional on a runtime CPUID check

Re: FIPS mode and SSE2

2008-06-05 Thread Steve Marquess
John Firebaugh wrote: When compiled with SSE2 optimizations (OPENSSL_IA32_SSE2), FIPS_mode_set fails on x86 CPUs without SSE or SSE2 support due to an explict check of bits 25 and 26 of OPENSSL_ia32cap. Is there a particular reason for this? I thought that all SSE2 optimizations were conditional

[openssl.org #1700] Bug report - openssl-0.9.8h breaks building applications which depend on it

2008-06-05 Thread Sergei Steshenko via RT
Hello, I've encountered the problem with this file and line: install/openssl-0.9.8h/include/openssl/x509.h : 207 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; __ OpenSSL Project http://ww

build openssl-0.9.8f shared library for win64

2008-06-05 Thread Belem,Karim
Hi, I tried to build first build openssl-0.9.8e for win 64 using perl Configure VC-WIN64A and it failed saying that pthread.h is not found so I decided to try 0.9.8f which is building fine. Now I decided to build the shared library version but when I typed "perl Configure VC-WIN64A shared" usi