Re: [openssl-users] OpenSSL 1.1.0 providing new OIDs to source code

2017-07-08 Thread Billy Brumley
> i want to contribute some more OIDs. Therefore i added the OIDs inside the > „Objects.txt“ inside /crypto/objects > > > > Then i run these commands: > > perl objects.pl objects.txt obj_mac.num ../../include/openssl/obj_mac.h > > perl obj_dat.pl ../../include/openssl/obj_mac.h obj_dat.h > > perl o

[openssl-users] OpenSSL 1.1.0 providing new OIDs to source code

2017-07-08 Thread Matthias Ballreich
Hi there, i want to contribute some more OIDs. Therefore i added the OIDs inside the „Objects.txt“ inside /crypto/objects Then i run these commands: perl objects.pl objects.txt obj_mac.num ../../include/openssl/obj_mac.h perl obj_dat.pl ../../include/openssl/obj_mac.h obj_dat.h perl objxref.pl o

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

2017-07-08 Thread Richard Levitte
In message on Sat, 8 Jul 2017 12:29:31 +0200, Raymi Coevan said: raymi.coevan> Sorry, I meant no reference to libeaymt64.lib or ssleaymt64.lib raymi.coevan> raymi.coevan> On Sat, Jul 8, 2017 at 12:20 PM, Raymi Coevan raymi.coevan> wrote: ... raymi.coevan> raymi.coevan> Indeed, the list

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 > libcrypto64MT.lib and libssl64MT.lib. No

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. > I

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 erro

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 trying to compile using MSVC2015, I get raymi.coevan> and link error telling that libeaymt64.l

[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