Title: SSL support for FMX and StreamSec Post by: hoby on April 13, 2012, 07:17:53 AM Hello...
Is StreamSec 2.1 still a viable option for SSL support with the recent versions of RTC? The 2.1 is referenced in several RTC related places, but from a LONG time ago. I really didn't want to have to pay so much for the more recent StreamSec stuff just to support server side SSL with RTC. :( Does StreamSec 2.1 support most recent SSL/TLS stuff or do you have to get a more recent version of their product to use newer SSL based technologies? Also, does StreamSec support FMX and Mac, etc? Or, is there a different product for Max and iOS SSL support? I could not find anything on their website that referenced XE2, Mac, etc. Most of the date references are VERY old. Unless I am looking at wrong info on their site? It does say that 4.0 is a complete rewrite and I saw XE on one page, but no XE2 or FireMonkey, etc. Thanks... Hoby Title: Re: SSL support for FMX and StreamSec Post by: D.Tkalcec (RTC) on April 13, 2012, 08:01:38 AM Please contact StreamSec support directly with questions about StreamSec Tools.
Best Regards, Danijel Tkalcec Title: Re: SSL support for FMX and StreamSec Post by: hoby on April 14, 2012, 04:14:56 AM Ok, thanks.
Title: Re: SSL support for FMX and StreamSec Post by: hoby on April 15, 2012, 06:12:39 AM Other than Eldos or StreamSec, are there any other SSL/TLS plugin solutions for RTC?
Title: Re: SSL support for FMX and StreamSec Post by: D.Tkalcec (RTC) on April 15, 2012, 01:08:26 PM Not that I know of.
If you want to use some other components for SSL/TLS encryption, take a look at the "TRtcCryptPlugin" class in the "rtcPlugins.pas" unit. By extending the "TRtcCryptPlugin" class (see the "TRtcDummyCryptPlugin" class in the same unit), provided you are familiar with other encryption components, you should be able to implement a new encryption plugin for the RTC SDK which would use other encryption components. Best Regards, Danijel Tkalcec |