Re: [openssl-users] MSVC Compiling OpenSSL on Windows 64 issues with missing libs

2017-07-08 Thread Richard Levitte
In message

Re: [openssl-users] MSVC Compiling OpenSSL on Windows 64 issues with missing libs

2017-07-08 Thread Raymi Coevan
Sorry, I meant no reference to libeaymt64.lib or ssleaymt64.lib On Sat, Jul 8, 2017 at 12:20 PM, Raymi Coevan wrote: > Hi, > > Indeed, the list you mentioned is exactly the one I have in my > environment. In my MSVC project, I only statically link with >

Re: [openssl-users] PSK generation for TLS 1.3

2017-07-08 Thread Matt Caswell
On 07/07/17 20:14, Neetish Pathak wrote: > I have a query regarding the TLS 1.3 handshake message exchange. Please > provide your comments. > > > With TLS 1.3, I see that Application Data Protocol message is sent from > the server side and client side (using wireshark) during the handshake. >

Re: [openssl-users] MSVC Compiling OpenSSL on Windows 64 issues with missing libs

2017-07-08 Thread Raymi Coevan
Hi, Indeed, the list you mentioned is exactly the one I have in my environment. In my MSVC project, I only statically link with libcrypto64MT.lib and libssl64MT.lib. No reference is made to libeaymt64.lib or libssl64MT.lib, from what I know at least. So I don't understand why I got these link

Re: [openssl-users] MSVC Compiling OpenSSL on Windows 64 issues with missing libs

2017-07-08 Thread Richard Levitte
Hi, In message on Sat, 8 Jul 2017 11:19:57 +0200, Raymi Coevan said: ... raymi.coevan> I have dependencies on Poco and OpenSSL (1.1.0e is currently used on raymi.coevan> MacOSX and Linux), and when

[openssl-users] MSVC Compiling OpenSSL on Windows 64 issues with missing libs

2017-07-08 Thread Raymi Coevan
Dear OpenSSL experts, I'm a junior developer so please forgive me if this is a stupid question. I'm trying to port an existing application, currently running on MacOSX and Linux, to Windows 64 bits platform which is not my favorite environment. I have dependencies on Poco and OpenSSL (1.1.0e is