Re: OpenSSL FIPS 140-2 validation

2008-11-25 Thread joshi chandran
Hi Last release of openssl fips 1.1.2 was not allowing shared library generation of fips capable openssl 9.7m .whether openssl fips 1.2 will allow shared library generation when compiled with fips capable openssl 0.9.8j? Thanks Joshi On Thu, Nov 20, 2008 at 1:52 PM, Dr. Stephen Henson

Re: OpenSSL FIPS 140-2 validation

2008-11-25 Thread Dr. Stephen Henson
On Tue, Nov 25, 2008, joshi chandran wrote: Hi Last release of openssl fips 1.1.2 was not allowing shared library generation of fips capable openssl 9.7m .whether openssl fips 1.2 will allow shared library generation when compiled with fips capable openssl 0.9.8j? Yes it will. Steve.

Re: verify certificate - not from a file

2008-11-25 Thread Itay Dagan
Shahin Thank you so much for your help :) - Forwarded Message - From: Shahin Khorasani [EMAIL PROTECTED] To: openssl-dev@openssl.org Sent: Monday, November 24, 2008 6:13:49 PM (GMT+0200) Auto-Detected Subject: Re: verify certificate - not from a file Patrick Patterson wrote: On

[openssl.org #1793] KSSL keytab initialization bug

2008-11-25 Thread Evgeny Sinelnikov via RT
Hello, About three weeks ago I have got a problem with KRB5 cipher crash for FQDN not equal SPN's FQDN at keytab. This looks like #536 (http://rt.openssl.org/Ticket/Display.html?id=536) and resolved with fixing checks at kssl_keytab_is_available()

[openssl.org #1792] 0.9.8h failing to build with VS2006

2008-11-25 Thread chenshengda via RT
hi, i do these command using vs6++ and get an error. F:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat cd C:\devdiv\openssl-0.9.8i ms\do_ms nmake -f ms\ntdll.mak cl /Fotmp32dll\ec_asn1.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo

Compiling OpenSSL, MinGW and DLL version information issues

2008-11-25 Thread Tony Caduto
Hi, I have been able to successfully compile the latest OpenSSL source on win32 using the mingw32 batch script in the ms directory. This is the only way I can compile it, I also tried by using msys and doing perl configure mingw shared, but this fails. The mingw32 .bat file is acceptable,

RE: Compiling OpenSSL, MinGW and DLL version information issues

2008-11-25 Thread Hacker SF
Tony, I've successfully built OpenSSL using MinGW and MSYS environment on Windows. I can send you the files you need. I tried to add version info the DLL files but all my attemps were unsuccessful ! There is one post in OpenSSL CVS website which explains how to do it ! Cheers, Sergio.