Hello Francois, OK, so SSL is just some kind underlaying the .Send or .SendStr before really sending data and work transparent before passing it to .ReceiveStr ?
FP> There is not much change required. The component is the same, except a few FP> properties, events and methods required to handle certificate and the likes. FP> With basic SSL, really small changes are required to turn SSL mode on and FP> benefit from a crypted communication. If you add certificates and want to FP> properly make sure both parties are really what they claim to be, then there FP> is a little work to do. FP> You have to add code to handle SSL specific. All your application code FP> remains unchanged. The component behave like without SSL ! FP> -- FP> Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html FP> -- FP> [EMAIL PROTECTED] FP> http://www.overbyte.be -- 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
