[openssl-users] fips_premain.c multiple definition of main

2017-11-17 Thread Karyn Ulriksen
Hi All, I'm trying to cross compile for linux64 on Mips64 with FIPS and OpenSSL. It hasn't been easy! I know that MIPS isn't officially supportive, but we have been getting private validations in the past and plan to revisit that with this upgrade. My current blocking point is that when b

Re: [openssl-users] API SSL_Connect fails and always returns SSL_ERROR_WANT_READ causes infinite loop in application

2017-11-17 Thread Matt Caswell
On 17/11/17 06:42, mahesh gs wrote: > Why > does client respond with "Client key exchange" even if the the handshake > failure alert is sent from server? The client will send its entire flight of messages before it attempts to read anything from the server. So, in this case, the ClientKeyExchan

Re: [openssl-users] Upgrading to 1.1.1

2017-11-17 Thread Richard Levitte
In message on Thu, 16 Nov 2017 17:59 + (GMT Standard Time), "Angus Robertson - Magenta Systems Ltd" said: angus> I'm updating our Delphi SSL code to support 1.1.1 in addition to 1.0.2 angus> and 1.1.0, common code with a few version checks. This is using Windows angus> 10. angus> angus>