Re: [twsocket] OpenSSL and TLS 1.3

2017-01-23 Thread chmichael
Dear Agnus, Yes, and that will benefit web applications in browsers downloading hundreds or thousands of elements to display a simple page. Well, you're forgetting middleware Bottom line, all this stuff takes time, and time is not free. Yeap, i know !!! -- To unsubscribe or change your s

Re: [twsocket] OpenSSL and TLS 1.3

2017-01-23 Thread chmichael
Dear Angus, Well yes for now ... but in a "couple" years most Hosting services will upgrade their apache/ngix to support HTTP/2. (Also IIS) (I've upgraded my Server PC to Server 2016 Essentials) Google, Microsoft and major companies etc are already serving with HTTP/2. Which it will me

Re: [twsocket] OpenSSL and TLS 1.3

2017-01-19 Thread chmichael
Dear Angus,   How about HTTP/2 Λήψη του Outlook για Android On Thu, Jan 19, 2017 at 8:03 PM +0200, "Angus Robertson - Magenta Systems Ltd" wrote: Akamai just committed to funding implementation of TLS 1.3 in OpenSSL by 5th April 2017, so we will finally have access to th

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

2016-10-11 Thread chmichael
Me too, drop out of date stuff On 2016-10-11 19:12, Eugene Kotlyarov wrote: 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] Check Remote Port

2016-07-21 Thread chmichael
Hello, Is there any easier way to check if a port is open on a remote server at runtime ? var SocketError: Integer; procedure TForm1.SessionConnected(Sender: TObject; ErrCode: Word); begin SocketError := ErrCode; end; procedure TForm1.Button1Click(Sender: TObject); var WSocket: TWSock