Re: [twsocket] Adding basic encryption functions to Extras\OverbyteIcsLibeayEx.pas

2013-11-13 Thread Eugene Kotlyarov
Apparently attach did not go through, here it is in plaintext Index: OverbyteIcsLibeayEx.pas === --- OverbyteIcsLibeayEx.pas (revision 19578) +++ OverbyteIcsLibeayEx.pas (working copy) @@ -178,6 +178,7 @@ f_EVP_bf_ecb

[twsocket] Adding basic encryption functions to Extras\OverbyteIcsLibeayEx.pas

2013-11-13 Thread Eugene Kotlyarov
Hi It would be nice to home some encryption functions in Extras\OverbyteIcsLibeayEx.pas I've created patch that adds following EVP_EncryptInit_ex EVP_DecryptInit_ex EVP_EncryptUpdate EVP_DecryptUpdate EVP_aes_128_cbc Could someone check it and apply if possible? Regards, Eugene Kotlyarov -- To

Re: [twsocket] 'Request aborted on timeout' when downloading a file

2013-11-13 Thread Arno Garrels
On Wednesday, November 13, 2013 5:10 PM [GMT+1=CET], Перекрёстов Игорь wrote: > If file is big (or Internet is slow) then error appears 'Request > aborted on timeout'. Try latest ICSv8, that should fix it. http://wiki.overbyte.be/wiki/index.php/ICS_Download -- Arno -- To unsubscribe or change

[twsocket] 'Request aborted on timeout' when downloading a file

2013-11-13 Thread Перекрёстов Игорь
Hello, All. I use TSslHttpCli and TSslHttpServer components (ICS-V7 2013-04-22 (r1136)) to communicate and transfer files between server and client applications. TSslHttpCli send GET request to download a file from a TSslHttpServer. If file is big (or Internet is slow) then error appea

Re: [twsocket] SslSmtp - What do I need for an eMail Client?

2013-11-13 Thread Angus Robertson - Magenta Systems Ltd
> I was just wondering that the certificates are set in the demo. > Thank you and best regards! The SSL client component still needs an SslContext component, but you can ignore all it's properties. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://li

Re: [twsocket] SslSmtp - What do I need for an eMail Client?

2013-11-13 Thread Stefan Göppert
Hi Angus, I was just wondering that the certificates are set in the demo. Thank you and best regards! Mit freundlichen Grüßen Stefan Göppert Datenbank & Anwendungsentwicklung sederis gmbh Lübbesmeyerweg 5 48653 Coesfeld Tel.: +49 | 2541 | 844 97-20 Fax: +49 | 2541 | 844 97-9 E-Mail: stefan.go

Re: [twsocket] SslSmtp - What do I need for an eMail Client?

2013-11-13 Thread Angus Robertson - Magenta Systems Ltd
> I want to switch my eMail Program from smtp to ssl smtp. I've tried > the demos - everything looks fine, but what did I have to deliver > with my application (in special I mean the certificates!). Did I > have to generate and deliver the certificates? I want to use TLS > and SSL. Assuming yo

[twsocket] SslSmtp - What do I need for an eMail Client?

2013-11-13 Thread Stefan Göppert
Hi, I want to switch my eMail Program from smtp to ssl smtp. I've tried the demos - everything looks fine, but what did I have to deliver with my application (in special I mean the certificates!). Did I have to generate and deliver the certificates? I want to use TLS and SSL. Thanks and best r