Re: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Thomas J. Hruska
On 3/5/2014 3:36 PM, Jeremy Farrell wrote: From: Michael Wojcik [mailto:michael.woj...@microfocus.com] Sent: Wednesday, March 05, 2014 9:33 PM From: Robin Rowe Sent: Wednesday, 05 March, 2014 14:55 Trying to build Qt with openssl. Built openssl with VC++ 2013 without incident. However, the hea

Re: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Dr. Stephen Henson
On Wed, Mar 05, 2014, Robin Rowe wrote: > Trying to build Qt with openssl. Built openssl with VC++ 2013 without > incident. However, the header files don't look right. > > The file openssl/include/ssl.h contains one line: > > ../../ssl/ssl.h > > This doesn't look like C++ to me. I see no reason

RE: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Jeremy Farrell
> From: Robin Rowe [mailto:robin.r...@cinepaint.org] > Sent: Wednesday, March 05, 2014 11:51 PM > > On 3/5/2014 2:36 PM, Jeremy Farrell wrote: > > Strawberry Perl worked for me with 1.0.1e and previous versions, > > without needing any added workarounds. > > Interesting, I used Strawberry, not Ac

Re: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Robin Rowe
On 3/5/2014 2:36 PM, Jeremy Farrell wrote: Strawberry Perl worked for me with 1.0.1e and previous versions, without needing any added workarounds. Interesting, I used Strawberry, not ActiveState Perl, and got broken symlinks. Robin -- Robin Rowe Project Manager CinePaint.org Beverly Hills,

RE: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Jeremy Farrell
> From: Michael Wojcik [mailto:michael.woj...@microfocus.com] > Sent: Wednesday, March 05, 2014 9:33 PM > > > From: Robin Rowe > > Sent: Wednesday, 05 March, 2014 14:55 > > > > Trying to build Qt with openssl. Built openssl with VC++ 2013 without > > incident. However, the header files don't look

RE: Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Robin Rowe > Sent: Wednesday, 05 March, 2014 14:55 > > Trying to build Qt with openssl. Built openssl with VC++ 2013 without > incident. However, the header files don't look right. > > The file openss

Openssl 1.01f installs broken headers using VC++ 2013

2014-03-05 Thread Robin Rowe
Trying to build Qt with openssl. Built openssl with VC++ 2013 without incident. However, the header files don't look right. The file openssl/include/ssl.h contains one line: ../../ssl/ssl.h This doesn't look like C++ to me. I see no reason it should compile. All the openssl include files seem t

Re: TLS Triple Handshakes

2014-03-05 Thread Dr. Stephen Henson
On Tue, Mar 04, 2014, Fedor Brunner wrote: > > Hi, > the attack described in https://secure-resumption.com/ breaks also tls > channel binding tls-unique RFC 5929. > > I would still like to use tls-unique for channel binding as defined in > SCRAM (RFC 5802). Can OpenSSL be used for channel bindin

Error Using FIPS compliant OpenSSL Library Files in VC++ in Visual Studio 2005

2014-03-05 Thread Scott Thomas
Bonjour All, I had successfully compiled FIPS complaint OpenSSL and got libeayfips32.lib & ssleay32.lib with the complete module on the path C:\usr\local\ssl\fips2.0\. I followed these steps: == 1. Compile openssl-fips2.0 == Open Visual Studi

Re: Help regarding Compile FIPS compliant OpenSSL on Windows platform

2014-03-05 Thread scott_thomas007
Bonjour Dr Stephen N. Henson, Your reply was very helpful to me. I got FIPS compliant OpenSSL exe lib and dll files. Thanks :) I am also sharing the end to end steps as reference for some new users for their help. == End to end steps to Compile