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