Re: [twsocket] Disabling SSLv2 for PCI compliance

2010-01-30 Thread Fastream Technologies
I am not sure. I just need the ability to force the SSL client to avoid using SSLV2. Regards, SZ On Fri, Jan 29, 2010 at 8:55 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hello, In version ICS-SSLv6, this was working well with the same app code but in

Re: [twsocket] TnEmulVT: How to assign the FLogFileName dynamically or from object

2010-01-30 Thread Angus Robertson - Magenta Systems Ltd
How do I accomplish this? The line below appears to override attempts to set the property at run time. FLogFileName := 'EMULVT.LOG'; // angus V6.01 That line simple sets the default file name, which can then be changed by the LogFileName property, before calling the Log property to start

Re: [twsocket] TnScript: Changes needed to make it work with Delphi2010?

2010-01-30 Thread Francois PIETTE
I have some utilities based on TnScript that work fine with Delphi-7 and the latest ICS. The same program when compiled with Delphi2010 does not recognize the add event strings in the telnet session. I'm assuming this is another case where judicious application of ansiString is needed to

Re: [twsocket] Disabling SSLv2 for PCI compliance

2010-01-30 Thread Arno Garrels
Fastream Technologies wrote: I found this issue and posted it to the OpenSSL mailing list in Oct. 2009, with no reply, it's probably the same issue: My client uses sslv23_method() with SSL_OP_NO_SSLv2 in SSL_CTX_set_options. Since I upgraded to v0.98k the handshake with one particular server

Re: [twsocket] Disabling SSLv2 for PCI compliance

2010-01-30 Thread Fastream Technologies
Anyway, any workaround for this? On Sat, Jan 30, 2010 at 11:16 AM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: I found this issue and posted it to the OpenSSL mailing list in Oct. 2009, with no reply, it's probably the same issue: My client uses sslv23_method()

Re: [twsocket] Disabling SSLv2 for PCI compliance

2010-01-30 Thread Arno Garrels
Fastream Technologies wrote: Anyway, any workaround for this? No. I simply moved back to v0.98i. You could try latest ICS v7 with v0.98k and the HTTPS demo and see whether that fixes the issue. In latest ICS v7 support for Tickets was disabled, that _might_ have fixed it. -- Arno Garrels