Re: [openssl.org #3089] Building OpenSSL 1.0.1e with FIPS on Win64A

2013-07-11 Thread Steve Marquess
On 07/10/2013 03:46 PM, Graeme Perrow via RT wrote: I am trying to build the FIPS Object Module for Windows on an AMD64 machine. I started with the instructions in section 4.3 of the User Guide 2.0, and was able to build the FIPS module itself, but the instructions for building a FIPS-capable

Re: [openssl.org #3089] Building OpenSSL 1.0.1e with FIPS on Win64A

2013-07-11 Thread Steve Marquess via RT
On 07/10/2013 03:46 PM, Graeme Perrow via RT wrote: I am trying to build the FIPS Object Module for Windows on an AMD64 machine. I started with the instructions in section 4.3 of the User Guide 2.0, and was able to build the FIPS module itself, but the instructions for building a FIPS-capable

Crash in RAND_poll for IOS

2013-07-11 Thread Shivanand
Hi, I have cross compiled openssl for ios and using it for generating random number and other crypto stuff. When I try to generate random number, I get a crash in XCode from RAND_poll. Does the RAND_poll conform with ios ? Is there any known issue with openssl random generation and ios? Please

RE: [Patch] ALPN Implementation for OpenSSL

2013-07-11 Thread Jeff Mendoza (MS OPEN TECH)
Understood, I'll start working on this behavior: The client can send ALPN, NPN, or both. If the client only sends one: negotiation will take place normally. If the client sends both: the server will prefer ALPN. If nothing matches with ALPN, it will fall back to NPN and send its list.