my code can't connect while openssl s_client can

2012-08-07 Thread Alexandra Druecke
Good day, I'm using the attached code to connect to a server. This works perfectly until I had to excange the certificate which now needs two additional intermediate certs. All certs are merged within one file. The code can handle certificate chains as it is able to connect to another server

Re: suite B crypto in what version?

2012-08-07 Thread Jeffrey Walton
Hi Doctor Henson, On Mon, Aug 6, 2012 at 11:33 AM, Dr. Stephen Henson st...@openssl.org wrote: On Mon, Aug 06, 2012, Jakob Bohm wrote: Much (maybe all, I don't know) of suite B is probable in OpenSSL 1.0.1 too, but I don't have an algorithm by algorithm breakdown of inclusion status, others

Re: suite B crypto in what version?

2012-08-07 Thread Dr. Stephen Henson
On Tue, Aug 07, 2012, Jeffrey Walton wrote: Hi Doctor Henson, On Mon, Aug 6, 2012 at 11:33 AM, Dr. Stephen Henson st...@openssl.org wrote: On Mon, Aug 06, 2012, Jakob Bohm wrote: Much (maybe all, I don't know) of suite B is probable in OpenSSL 1.0.1 too, but I don't have an

Re: suite B crypto in what version?

2012-08-07 Thread Jakob Bohm
On 8/7/2012 2:52 PM, Dr. Stephen Henson wrote: On Tue, Aug 07, 2012, Jeffrey Walton wrote: Hi Doctor Henson, On Mon, Aug 6, 2012 at 11:33 AM, Dr. Stephen Henson st...@openssl.org wrote: On Mon, Aug 06, 2012, Jakob Bohm wrote: Much (maybe all, I don't know) of suite B is probable in

Query related to RSAPrivateKey_dup function.

2012-08-07 Thread Tayade, Nilesh
Hi, Could someone please confirm if RSAPrivateKey_dup() function allocates a new rsa structure instance while duplicating the existing one? This is just to ensure I free the pointer if it this function allocates it. -- Thanks, Nilesh

RE: windows 8 Metro and openssl

2012-08-07 Thread Nou Dadoun
Sorry I wasn't clear, we do want to port to the Metro Tablet (we have comparable apps for iOS and Android) and since winsock is part of the blacklisted set of apis (i.e. the Metro App store will not accept an app that uses any of the blacklisted apis), it's effectively deprecated. We're just

Re: FIPS self-test failing on iOS platform

2012-08-07 Thread Dr. Stephen Henson
On Fri, Aug 03, 2012, Daniel Tekel wrote: Hello OpenSSL community, I'm trying to work with FIPS-mode enabled OpenSSL library (version 2.0.1) on iOS platform, but unfortunately every time I try to enable FIPS mode (via FIPS_module_mode_set), few self-tests fail. Specifically these:

RE: my code can't connect while openssl s_client can

2012-08-07 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Alexandra Druecke Sent: Tuesday, 07 August, 2012 08:02 I'm using the attached code to connect to a server. This works perfectly until I had to excange the certificate which now needs two additional intermediate certs. All certs are