lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx-2.8.8rel.2 problem with openssl-1.1


From: Thomas Seeling
Subject: Re: [Lynx-dev] lynx-2.8.8rel.2 problem with openssl-1.1
Date: Thu, 15 Feb 2018 15:23:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Hallo,

>>>       handle->options |= SSL_OP_NO_TLSv1;

in 2.8.9 dev branch the code is around line 920 and looks like this

#if OPENSSL_VERSION_NUMBER >= 0x10100000L
      SSL_set_min_proto_version(handle, TLS1_1_VERSION);
#else
      SSL_set_options(handle, SSL_OP_NO_TLSv1);
#endif


this means "handle" is now treated as an opaque datatype with accessor
functions which is much cleaner than setting members within a struct
directly.

Tschau...Thomas
-- 
"Do you wanna be a legend or a passing footprint on the sands of time?"

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]