Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
I also solved the RC issue by installing Windows 10 SDK tools and taking the x64 bit architecture folder that contains RC and injecting that into my system path too. I'll send a final message when the make completes, but I have a feeling this issue is closed! On Sun, May 6, 2018 at 10:27 PM,

Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
I figured out the NASM part. I added the EXE at first. Now the entire folder is targeted. On Sun, May 6, 2018 at 10:16 PM, Lunessia wrote: > Jeremy Farrell> Is NASM on your execution path? If not, try with it added > to the path. > > I tried added NASM to both my system and

Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
Jeremy Farrell> Is NASM on your execution path? If not, try with it added to the path. I tried added NASM to both my system and user paths, and it'll still throw that error I just realized it did make a make file. However, now I get this (this was done by sidestepping NASM) "rc

Re: [openssl-users] disable session id reuse

2018-05-06 Thread Mody, Darshan (Darshan)
Hi We do set SSL_CTX_set_options(ctx, SSL_OP_NO_TICKET); while initializing Context Thanks Darshan From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Devang Kubavat Sent: Sunday, May 6, 2018 1:42 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] disable

Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Richard Levitte
In message on Fri, 4 May 2018 17:55:13 -0500, Lunessia said: jzburda> Thanks for the reply. If I sidestep VC-WIN64A with No-ASM, jzburda> I'll get the same "If you want to report a building issue" error You

Re: [openssl-users] disable session id reuse

2018-05-06 Thread Devang Kubavat
Hi Darshan, In Addition, Make sure that you should disable the session ticket based session resumption using SSL_OP_NO_TICKET. By default SSL_OP_NO_TICKET is not disabled. Thanks Devang Sent from my iPhone > On 03-May-2018, at 2:12 PM, Mody, Darshan (Darshan) >