[twsocket] TLS communication issue

2012-12-10 Thread marius gabi
Hello Currently I have implemented a TLS client. This application is encountering a communication issue when using a new third party server. I am setting the cert file, private key file, password and ca file. In this configuration the handshake is not performed. Currently I am using ICS v6 with

Re: [twsocket] TLS

2005-12-05 Thread Arno Garrels
Roberto Della Pasqua wrote: > I don't like OpenSSL, slow and bad exception mechanism (imho is good in > unix like environments where 1 user space process is lightweight and > usually 1socket=1process or a small subset as in apache father-child > architecture). Why not use power of OO pascal with as

Re: [twsocket] TLS

2005-12-05 Thread Roberto Della Pasqua
I don't like OpenSSL, slow and bad exception mechanism (imho is good in unix like environments where 1 user space process is lightweight and usually 1socket=1process or a small subset as in apache father-child architecture). Why not use power of OO pascal with async exception bubbling inside classe

Re: [twsocket] TLS

2005-12-05 Thread Arno Garrels
; 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 mailin

Re: [twsocket] TLS

2005-12-05 Thread Roberto Della Pasqua
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 th

Re: [twsocket] TLS

2005-12-05 Thread Arno Garrels
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.b

[twsocket] TLS

2005-12-05 Thread Roberto Della Pasqua
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. Something as: TTLSClientSocket = class(TWSocket) private FTLS: TStreamSECClass that do ciphering; protected public constructor Create(AO