fipscanister.o: file not recognized

2012-09-06 Thread TJ
I'm doing a cross platform FIPS build (FIPSv2.0.1 with OpenSSL 1.01c). ./Configure no-asm no-hw linux-generic32 make -j1 -C openssl-fips seems to build ok and produces the fipscanister.o etc in the openssl-fips/fips directory. So far so good, but then cd openssl && \ ./Configure fips no-asm no-h

Re: crash when calling ERR_print_errors_fp()

2012-09-06 Thread Mithun Kumar
Thanks All, I am currently on Linux and trying to write to a file after the handshake has failed. But i dont see anything written to a file. using stderr instead of file pointer be of some help? -mithun On Fri, Sep 7, 2012 at 5:58 AM, Jeremy Farrell wrote: > Your message suggests to me that yo

RE: crash when calling ERR_print_errors_fp()

2012-09-06 Thread Jeremy Farrell
Your message suggests to me that you are calling the API and expecting it to cause subsequent errors to be written to the FILE. It doesn't work like that; the messages won't be written to the file during the handshake. The API writes out any messages which are queued up in the internal message b

RE: crash when calling ERR_print_errors_fp()

2012-09-06 Thread Charles Mills
Try ERR_print_errors_fp(stderr) -- eliminates issues with your file. If that works, then it's your file pointer. Note Dave's point about flushing the file. Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson

RE: crash when calling ERR_print_errors_fp()

2012-09-06 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Mithun Kumar >Sent: Thursday, 06 September, 2012 16:29 >When i give file pointer as input to API(ERR_print_errors_fp()) >nothing is getting written to the FILE during a SSL handshake >failure. Any inputs why things are failing. If you

crash when calling ERR_print_errors_fp()

2012-09-06 Thread Mithun Kumar
Hello All, When i give file pointer as input to API(ERR_print_errors_fp()) nothing is getting written to the FILE during a SSL handshake failure. Any inputs why things are failing. -mithun

Re: Is openssl 0.9.8r and openssl1.0.0 compatible ?

2012-09-06 Thread Ken Goldman
If you're referring to the C API, I would not depend upon binary compatibility. There are sometimes subtle changes that will cause failures in corner cases that you won't discover unless your regression tests are really good. Insight: Recompile for each openssl update, even for a letter chan

RE: Is openssl 0.9.8r and openssl1.0.0 compatible ?

2012-09-06 Thread Hasan, Rezaul (NSN - US/Arlington Heights)
Hello All, Any insight on this would be greatly appreciated... J From: Hasan, Rezaul (NSN - US/Arlington Heights) Sent: Wednesday, August 29, 2012 11:04 AM To: 'openssl-users@openssl.org' Subject: Is openssl 0.9.8r and openssl1.0.0 compatible ? Hi All, We have a Linux box1 (Cli

Re: iOS-App is crashing when openssl-FIPS complaint libraries are included in Xcode project

2012-09-06 Thread Tarani Vishwanatha
Hello , I just saw the openssl-fips 2.0 user guide and in that its clearly mentioned that iOS is not supported. In the 1.2 FIPS user guide, there is a separate section on Apple iOS support. I have built the static libs for iOS ( armv7) using the instructions in 1.2 user guide. So, does open-ssl

iOS-App is crashing when openssl-FIPS complaint libraries are included in Xcode project

2012-09-06 Thread Tarani Vishwanatha
Hey guys, I have built FIPS complaint openssl ( 1.2.4) libraries for iOS ( armv7) following the instructions in the user guide. After all the configuration and building, I have static libraries present in /usr/local/ssl/Release-iphoneos/lib. I did not conduct any tests on the FIPS module as des