SSL handshake failure

2010-11-14 Thread Timur Elzhov
Hi, openssl experts! It's required to transfer data to Apple Push service that is located at gateway.sandbox.push.apple.com:2195. I'm given the certificate and private key both included in Certificate_and_key.pem. Trying to connect: $ openssl s_client -connect gateway.sandbox.push.apple.com:2195

s_server crashes in version 1.0.0a

2010-11-14 Thread Marcus Carey
Windows XP Service Pack 3 OpenSSL version 1.0.0a 1 Jun 2010 C:\openssl-1.0.0a\out32dllopenssl s_server Loading 'screen' into random state - done Using default temp DH parameters Using default temp ECDH parameters After this message I get a pop a window saying openssl has encountered a problem

Re: s_server crashes in version 1.0.0a

2010-11-14 Thread Dr. Stephen Henson
On Sun, Nov 14, 2010, Marcus Carey wrote: Windows XP Service Pack 3 OpenSSL version 1.0.0a 1 Jun 2010 C:\openssl-1.0.0a\out32dllopenssl s_server Loading 'screen' into random state - done Using default temp DH parameters Using default temp ECDH parameters After this message I get a pop a

Re: SSL handshake failure

2010-11-14 Thread Dr. Stephen Henson
On Sun, Nov 14, 2010, Timur Elzhov wrote: Hi, openssl experts! It's required to transfer data to Apple Push service that is located at gateway.sandbox.push.apple.com:2195. I'm given the certificate and private key both included in Certificate_and_key.pem. Trying to connect: $ openssl

Re: s_server crashes in version 1.0.0a

2010-11-14 Thread Marcus Carey
I tried the latest snap shot before I sent the first email. OpenSSL 1.0.1-dev xx XXX . Also, when I ran the test, they all passed. However, the ectest.exe application crashed. - Original Message - From: Dr. Stephen Henson st...@openssl.org To: openssl-users@openssl.org Sent:

Re: s_server crashes in version 1.0.0a

2010-11-14 Thread Mounir IDRASSI
Hi, I have no crash here, both with official release and snapshot. Moreover, it is surprising that the command openssl s_server executes on your machine without specifying a key, which means that you have a server.pem file on your out32dll directory. In a clean build, there is no such file.

Re: s_server crashes in version 1.0.0a

2010-11-14 Thread Marcus Carey
I created a key. I just downgraded to previous distrubution which works. Thanks. - Original Message - From: Mounir IDRASSI mounir.idra...@idrix.net To: openssl-users@openssl.org Sent: Sunday, November 14, 2010 3:54 PM Subject: Re: s_server crashes in version 1.0.0a Hi, I have no