You'd be a lot better off using an existing library than trying to implement it yourself unless you're very familiar with implementing encryption algorithms.
– Timo GeuschMar 29 '10 at 07:33
I did not quite understand what did u mean by saying use an existing library.
So I have implement ssl communication using SSLV3 protocols before.
Now I need to use TripleDES . Hence, I needed help.
– ErickMar 29 '10 at 18:27
TripleDES is extremely old and no one uses it anymore. SSLV3 doesn't like using TrippleDES, although it is on the list of supported ciphers. I suspect you are making a serious mistake and Rewriting ssl is a serious mistake.
– rookMar 29 '10 at 20:13