There was some confusion in my last message about SSLv2 support with
OpenSSL 1.0.2g.
OpenSSL 1.0.2g and later versions do not support the SSLv2 protocol,
and have removed several exports relating to SSLv2 which prevent these
DLLs even being loaded by old versions of ICS.
The ICS Download page ha
> So is sslV23 still a safe default since support to SSLv2 was
> removed?
sslV23 really meant sslV23tls112 since it could support any of the SSL
or TLS protocols, subject to exclusions in Options to remove specific
protocols. There is new literal for the next OpenSSL release 1.1.0 to
make this m
>> I wonder should default value of TSSLContext.SslVersionMethod be also
>> updated to be at least sslV3, or to sslTLS_V1
>The default has been sslBestVer since V8.15, which is currently the same as
>sslV23 but easier to understand.
>The next major OpenSSL release also renames it for the sam
> I wonder should default value of TSSLContext.SslVersionMethod be
> also updated to be at least sslV3, or to sslTLS_V1
The default has been sslBestVer since V8.15, which is currently the
same as sslV23 but easier to understand.
The next major OpenSSL release also renames it for the same reas
: twsocket@lists.elists.org
Subject: [twsocket] OpenSSL 1.0.2g support
OpenSSL has released new versions this week, ICS versions of OpenSSL 1.0.2g and
1.0.1s may be downloaded from:
http://wiki.overbyte.be/wiki/index.php/ICS_Download
These new OpenSSL versions fix several issues, the worst of which
OpenSSL has released new versions this week, ICS versions of OpenSSL
1.0.2g and 1.0.1s may be downloaded from:
http://wiki.overbyte.be/wiki/index.php/ICS_Download
These new OpenSSL versions fix several issues, the worst of which
relate to the obsolete SSLv2 protocol which by default is no longer