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, Lunes
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 user paths, and it'll
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 /folibcry
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 sess
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 mean this?
**
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)
> wrote:
>
> Hi,
>
> While