Roberto Della Pasqua wrote:
> But are you rewroting from scratch AES, SHA implementation in Delphi?

No, ICS-SSL uses OpenSsl.
SSL is far more then just a cipher suite.

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



> 
> Why not use an already done excellent library, open source, pascal code,
> that need only 1-2 units coding?
> 
> 
> Roberto Della Pasqua
> Http: www.dellapasqua.com
> Email/Msn: [EMAIL PROTECTED]
> Aol/Yahoo: DellaPasquaR
> Icq: 164672275
> -------------------------------------
> This e-mail and any attachment contain information which is privileged and
> confidential and is intended for the addressee only. If you have received
> this message but you are not the intended addressee, be advised that you
> are 
> not authorized to read, copy or use this email or any attachment. If you
> have received this email in error, please destroy it and notify the sender
> by return email. Thank you.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Arno Garrels
> Sent: lunedì 5 dicembre 2005 17.37
> To: ICS support mailing
> Subject: Re: [twsocket] TLS
> 
> Roberto Della Pasqua wrote:
>> Hi dear group,
>> 
>> I like ask kindly if somebody has done a ICS wrapper over StreamSec
>> components, they are freeware in 2.1 version and appear cool.
> 
> Forget this (my two Euro cents) and wait for ICS-SSL.
> Or contribute to the SSL Effort.
> Visit: http://www.overbyte.be/eng/ssl.html
> 
> 
> ---
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
> 
> 
> 
> 
>> 
>> Something as:
>> 
>> TTLSClientSocket = class(TWSocket)
>>   private
>>     FTLS: TStreamSECClass that do ciphering;
>>   protected
>>   public
>>     constructor Create(AOwner: TComponent); override;
>>     destructor Destroy; override;
>>     procedure Connect; override;
>>     procedure Close; override;
>>     procedure CloseDelayed; override;
>>     function Send(Data: Pointer; Len: Integer): Integer; override;
>>     function Receive(Buffer: Pointer; BufferSize: Integer): Integer;
>> override;
>>   published
>>   end;
>> 
>> Etc....
>> 
>> Thank you very much.
>> 
>> Roberto
> --
> To unsubscribe or change your settings for TWSocket mailing list please
> goto 
> http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
> 
> 
> __________ Informazione NOD32 1.1311 (20051202) __________
> 
> Questo messaggio  h stato controllato dal Sistema Antivirus NOD32
> http://www.nod32.it
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to