[twsocket] OpenSSL 1.0.0d migration issue

2011-05-10 Thread Fastream Technologies
Hello, I have, 1. Downloaded the latest snapshot from the wiki page. 2. Modified ICS conditionals as NDEBUG;NO_STRICT;PANTERA;NOFORMS;NO_DEBUG_LOG;USE_SSL;SECURITY_WIN32;NO_ADVANCED_HTTP_CLIENT_FEATURES;NO_ADV_MT 3. Enabled TLSEXT from the SSL inc file 4. Compiled our proxy server and web stress

Re: [twsocket] OpenSSL 1.0.0d migration issue

2011-05-10 Thread Fastream Technologies
I have also included the BCB/ICS source code in the link below: http://www.fastream.com/ics/WebStressTester.zip This tester works but the proxy web server fails with a AV in Libeay32.dll. Regards, SZ On Tue, May 10, 2011 at 09:14, Fastream Technologies ga...@fastream.comwrote: Hello, I

[twsocket] Computer's name

2011-05-10 Thread daniel cc
Hello, I have now been thinking of this for a while and don’t know if I have already asked but here it comes, We can get some remote info of the connected client from the following code but, are there any possibilities of getting the computername as well? if yes, Please do help me out with it.

Re: [twsocket] OpenSSL 1.0.0d migration issue

2011-05-10 Thread Arno Garrels
Fastream Technologies wrote: Hello, I have, 1. Downloaded the latest snapshot from the wiki page. 2. Modified ICS conditionals as NDEBUG;NO_STRICT;PANTERA;NOFORMS;NO_DEBUG_LOG;USE_SSL;SECURITY_WIN32;NO_ADVANCED_HTTP_CLIENT_FEATURES;NO_ADV_MT 3. Enabled TLSEXT from the SSL inc file 4.

Re: [twsocket] OpenSSL 1.0.0d migration issue

2011-05-10 Thread Fastream Technologies
I need to re-ask: Can I use one SSL Context per thread instead of per client object? Regards, SubZero On Tue, May 10, 2011 at 11:43, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hello, I have, 1. Downloaded the latest snapshot from the wiki page. 2. Modified

Re: [twsocket] OpenSSL 1.0.0d migration issue

2011-05-10 Thread Arno Garrels
Fastream Technologies wrote: I need to re-ask: Can I use one SSL Context per thread instead of per client object? Sure, one SslContext per thread is the safe way as long as you only assign it to client objects created in the same thread (or .ThreadAttached). One context per client was true

[twsocket] TFtpCli and FTP server in passive mode

2011-05-10 Thread Fabrice Vendé
Hello, I have a problem to upload a file on some server which are only reachable in passive mode. Tested with a lot of version of ICS (V7, octobre 2010, V6 octobre 2009) and on Delphi 2006, 2007, 2010. In passive mode with Ftpclient.passivemode:=true; command put (same with get) seems to be

[twsocket] ANN: IQ Proxy Server with OpenSSL 1.0.0d available

2011-05-10 Thread Fastream Technologies
Hello, *What's new in IQ Proxy Server 5.5.1R *- SSL module re-designed - GUI 100% CPU utilization bug fixed http://www.iqproxyserver.com 30-day trial available. It can now achieve an average of *700SSL TPS*(connection: close with no session caching, the lowest performance case) with *1000

Re: [twsocket] ANN: IQ Proxy Server with OpenSSL 1.0.0d available

2011-05-10 Thread Arno Garrels
Does that mean OpenSSL 1.0.0d was not the cause of the AV but some bug in your code? -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] ANN: IQ Proxy Server with OpenSSL 1.0.0d available

2011-05-10 Thread Fastream Technologies
Yes indeed. The issue was with multi-threaded code, assignment of server instance SslContext was left over... :-o I had fixed that some time ago but somehow it became not working. I also fixed another bug in R2 of 5.5.1 (available now). Regards, SZ On Tue, May 10, 2011 at 15:46, Arno Garrels

Re: [twsocket] Computer's name

2011-05-10 Thread Francois PIETTE
We can get some remote info of the connected client from the following code but, are there any possibilities of getting the computername as well? Are you asking about Windows networking computername ? This is completly independent of the TCP/IP protocol. It may even be different that the DNS

Re: [twsocket] ANN: IQ Proxy Server with OpenSSL 1.0.0d available

2011-05-10 Thread Arno Garrels
Fastream Technologies wrote: Does that mean OpenSSL 1.0.0d was not the cause of the AV but some bug in your code? Yes indeed. The issue was with multi-threaded code, assignment of server instance SslContext was left over... :-o That's good to know. -- Arno Garrels -- To unsubscribe or

Re: [twsocket] ANN: IQ Proxy Server with OpenSSL 1.0.0d available

2011-05-10 Thread Fastream Technologies
One other thing: With the latest ICS/OpenSSL, the HTTPS POST 10053 issue is also gone away..! :-)) SubZero On Tue, May 10, 2011 at 20:32, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Does that mean OpenSSL 1.0.0d was not the cause of the AV but some bug in your code?

[twsocket] EmulVT bugs...

2011-05-10 Thread Alistair Ward
Hi, I've just downloaded ICS as I need a telnet client with a COM interface and haven't found one that works well enough for me yet (so I'm going to write one...) I'm in the process of extending the EmulVT component to support xterm emulation. In the process I have identified 2 bugs in the core