Re: [twsocket] Report a strange problem about using TsslHttpCli(ICSv7)in Delphi 2010 thread.

2009-10-04 Thread isgbuddy
Hoho, Many thanks. These code exactly worked. Why the same code don't have problem in Delphi 7? Can you fix these code to ICS source? Arno Garrels wrote: isgbuddy wrote: You don't need a Chinese windows. You just install East Asian input method in your windows. Then you will get this

Re: [twsocket] Report a strange problem about using TsslHttpCli(ICSv7)in Delphi 2010 thread.

2009-10-04 Thread Arno Garrels
isgbuddy wrote: Hoho, Many thanks. These code exactly worked. Why the same code don't have problem in Delphi 7? Can you fix these code to ICS source? My code below does not work with Delphi 7 as well. You probably used ICS V5 with Delphi 7. I guess that the V5 components did not create

Re: [twsocket] Report a strange problem about using TsslHttpCli(ICSv7)in Delphi 2010 thread.

2009-10-04 Thread isgbuddy
OK. Anyway, Thank for your help. Arno Garrels wrote: isgbuddy wrote: Hoho, Many thanks. These code exactly worked. Why the same code don't have problem in Delphi 7? Can you fix these code to ICS source? My code below does not work with Delphi 7 as well. You probably used ICS V5

[twsocket] OpenSsl Verify bug?

2009-10-04 Thread Arno Garrels
Hi, What do you think about this verify result? D:\openssl verify -CAfile TrustedCA.pem -untrusted MyServerCert.pem MyServerCert.pem MyServerCert.pem: OK TrustedCA.pem contains the issuer certs of MyServerCert.pem. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] OpenSsl Verify bug?

2009-10-04 Thread RTT
Hi, What do you think about this verify result? D:\openssl verify -CAfile TrustedCA.pem -untrusted MyServerCert.pem MyServerCert.pem MyServerCert.pem: OK TrustedCA.pem contains the issuer certs of MyServerCert.pem. If the TrustedCA.pem file contains the root CA, what happen if you add

Re: [twsocket] OpenSsl Verify bug?

2009-10-04 Thread Arno Garrels
RTT wrote: Hi, What do you think about this verify result? D:\openssl verify -CAfile TrustedCA.pem -untrusted MyServerCert.pem MyServerCert.pem MyServerCert.pem: OK TrustedCA.pem contains the issuer certs of MyServerCert.pem. If the TrustedCA.pem file contains the root CA, what

Re: [twsocket] OpenSsl Verify bug?

2009-10-04 Thread RTT
Arno Garrels wrote: RTT wrote: Hi, What do you think about this verify result? D:\openssl verify -CAfile TrustedCA.pem -untrusted MyServerCert.pem MyServerCert.pem MyServerCert.pem: OK TrustedCA.pem contains the issuer certs of MyServerCert.pem. If the TrustedCA.pem file contains

[twsocket] How to get certificate revocation lists with LDAP?

2009-10-04 Thread Arno Garrels
Hi, I'm working on a new ICS class that will hopefully ease certificate management. I'm thinking of a feature that downloads certificate revocation lists (CRL) from the URI or DirName value provided in many certs (see below). I'm a complete newbew with LDAP, was it possible to get the wanted CRL

Re: [twsocket] OpenSsl Verify bug?

2009-10-04 Thread Arno Garrels
RTT wrote: And you are sure the MyServerCert.pem is not, by mistake, self signed. Very sure. -- 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

[twsocket] SysLog components

2009-10-04 Thread Francois PIETTE
Hi ! I have added SysLog client and server components, and corresponding demos. Components are not included in the packages, demos are not included in samples groups, because they are at alpha stage and nevertheless may interest some users. Developped and tested with D2010. Should be OK with

[twsocket] Uploading files using HTTP

2009-10-04 Thread Francois PIETTE
Hi ! I have updated OverbyteIcsHttpPost and OverbyteIcsWebServ demos to show how to upload files with HTTP client component and receive file with HTTP server component. Actually there are two server side demos: one which is REST (http://en.wikipedia.org/wiki/Representational_State_Transfer)

[twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Max Terentiev
Hi, I downloaded OpenSSL source and compile it using BCB6. Now It's possible to statically link libeay32.lib and ssleay32.lib to my project and use it with ICS v6 without .dll's ? I want to compile OpenSSL directly to my .exe and avoid distributing libeay32.dll and ssleay32.dll with my app.

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Arno Garrels
Max Terentiev wrote: Hi, I downloaded OpenSSL source and compile it using BCB6. Now It's possible to statically link libeay32.lib and ssleay32.lib to my project and use it with ICS v6 without .dll's ? I want to compile OpenSSL directly to my .exe and avoid distributing libeay32.dll and

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Francois PIETTE
I downloaded OpenSSL source and compile it using BCB6. Now It's possible to statically link libeay32.lib and ssleay32.lib to my project and use it with ICS v6 without .dll's ? I want to compile OpenSSL directly to my .exe and avoid distributing libeay32.dll and ssleay32.dll with my app. It's

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Max Terentiev
Hi, I'm not an expert with BCB. If Delphi can call BCB compiled functions, linking the obj files produced by BCB, then it is theoretically possible to modify ICS-SSL to replace dynamyc linking by static linking. Delphi should call bcb compiled functions. For example, ICS contains some

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Francois PIETTE
I'm not an expert with BCB. If Delphi can call BCB compiled functions, linking the obj files produced by BCB, then it is theoretically possible to modify ICS-SSL to replace dynamyc linking by static linking. Delphi should call bcb compiled functions. For example, ICS contains some bcb-compiled