[twsocket] Building OpenSSL

2018-02-19 Thread Eugene Kotlyarov
Hi I'm trying to build OpenSSL 1.1.0g myself using commands from Readme.txt Build Commands: perl configure VC-WIN32 nmake editbin.exe /rebase:base=0x1100 libcrypto-1_1.dll editbin.exe /rebase:base=0x1200

Re: [twsocket] OpenSSL 1.1.0f and 1.0.2l support

2017-05-26 Thread Eugene Kotlyarov
www. is working for me, but wiki. does not -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of François Piette Sent: May 26, 2017 10:24 To: 'ICS support mailing' Subject: Re: [twsocket] OpenSSL 1.1.0f and 1.0.2l support

Re: [twsocket] Firemonkey on OSX

2017-04-13 Thread Eugene Kotlyarov
> Can we get a heads up when SVN is up and running again, please? >SVN was never down, there was a DNS problem with svn.overbyte.be which was >fixed last Tuesday as François announced here. >If it's still not working add a line to the HOSTS file: >217.146.102.149 svn.overbyte.be It is all

Re: [twsocket] Straw poll - Should ICS continue to support old OpenSSL versions?

2016-10-11 Thread Eugene Kotlyarov
I'm also for dropping obsolete support for 1.0.2 -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: October 5, 2016 2:46 AM To: twsocket@lists.elists.org Subject: [twsocket] Straw poll - Should ICS

[twsocket] Problem with OpenSSL 1.1.0

2016-09-25 Thread Eugene Kotlyarov
Hi I started to have problems with connecting to one of the devices after updating OpenSSL dll to 1.1.0. Any ideas what the problem could be and any settings that I can change to make it work? In ICS all settings are default except SslContext.SslVersionMethod set to sslV3_CLIENT Here is

Re: [twsocket] OpenSSL 1.1.0 is now supported by ICS V8.33

2016-09-07 Thread Eugene Kotlyarov
>> Could you also add some conditional define to hide functions that are >> gone I just accidentally noticed that EVP_CIPHER_CTX_init is gone when >> my application started crashing, it would be nice to fail at compile >> time. >Not easily, it would be needed if your application still used

Re: [twsocket] OpenSSL 1.1.0 is now supported by ICS V8.33

2016-09-07 Thread Eugene Kotlyarov
>> Could you also add GSSLEAY_DLL_IgnoreOld global variable similar to >> GSSLEAY_DLL_IgnoreNew, so we could ignore old dll names for security >> reasons. >This is now added to ICS V8.34. >Also corrected next OpenSSL release is 1.1.1 not 1.1.0a, so this build will >support up to 1.1.999.

Re: [twsocket] OpenSSL 1.1.0 is now supported by ICS V8.33

2016-08-29 Thread Eugene Kotlyarov
Thank you very much! Could you also add GSSLEAY_DLL_IgnoreOld global variable similar to GSSLEAY_DLL_IgnoreNew, so we could ignore old dll names for security reasons. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta

Re: [twsocket] OpenSSL 1.0.2g support

2016-03-15 Thread Eugene Kotlyarov
>> 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

Re: [twsocket] OpenSSL 1.0.2g support

2016-03-14 Thread Eugene Kotlyarov
Hi I wonder should default value of TSSLContext.SslVersionMethod be also updated to be at least sslV3, or to sslTLS_V1 -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: March-03-16 11:52 AM To:

Re: [twsocket] SSL SNI support

2015-12-07 Thread Eugene Kotlyarov
>> FCtrlSocket.SslServerName := FHostName; { V8.11 needed for SNI >> support } >> >> It broke connection to one of the thirdparty servers that I use, so >> I'm trying to figure out is it a problem with ICS/OpenSSL or problem with >> site? >> Is it supposed to work with all sites? >When IPv4

[twsocket] SSL SNI support

2015-12-04 Thread Eugene Kotlyarov
Hi Could someone explain this change in OverbyteIcsHttpProt.pas FCtrlSocket.SslServerName := FHostName; { V8.11 needed for SNI support } It broke connection to one of the thirdparty servers that I use, so I'm trying to figure out is it a problem with ICS/OpenSSL or problem with

Re: [twsocket] Adding some new OpenSSL declarations

2015-11-20 Thread Eugene Kotlyarov
>> Could you apply following patches with some new OpenSSL functions >Thanks, will be added shortly. >Strangely, I'm writing a new ICS ACME component (automatic certificate >management >environment) component to acquire and install SSL certificates (initially from >Let's Encrypt). >I

[twsocket] Adding some new OpenSSL declarations

2015-11-19 Thread Eugene Kotlyarov
Hi Could you apply following patches with some new OpenSSL functions https://drive.google.com/open?id=0BxRTkC3yy59raXg1ZGZldFRIQ0E https://drive.google.com/open?id=0BxRTkC3yy59rajh0ajBXLW0tMG8 https://drive.google.com/open?id=0BxRTkC3yy59rbFlrTGlzdTh2enc -- To unsubscribe or change your