Re: [twsocket] OpenSSL and Poodle exploit

2014-11-07 Thread Angus Robertson - Magenta Systems Ltd
> I see you speak of fixing web servers in regard to the poodle > exploit. Is there any problem with clients? I see mine are set to > sslv23. I believe that was the default. Should I change this and if > so, to what? The issue with clients is they usually need to access a wide range of servers,

[twsocket] Patch to include RTL namespaces support

2014-11-07 Thread Eugene Kotlyarov
Hi I created a patch to add namespaces to RTL units. What it does is adds new conditional define to OverbyteIcsDefs.inc {$IFDEF DELPHI16_UP} {$DEFINE RTL_NAMESPACES} {$ENDIF} And in other units changes uses clause like this {$IFDEF RTL_NAMESPACES}System.Classes{$ELSE}Classes{$ENDIF} Patchfil