On Sat, Oct 21, 2006 at 08:04:01PM -0700, Ferianto siregar wrote:
> Dear all,
> 
> Thank you very much for this chance. Thanks
> All, now I am finishing my paper. The title is TLS.
> As I know that TLS use SSL to make the communication secure.
> Can anybody tell me how can SSL make communication secure?
> I mean that how SSL use in TLS for secure the voip communication\/
> 
> I do hope anybody can help me, so I can responsible my paper to my lecturer. 
> Thanks

Sure. TLS is nothing but a new incarnation of SSL v3. Have you heard of old 
wine in new bottle? :-)

It is exactly that.

As to VoIP I am afraid I don't know since skype uses its own encryption 
mechanism that is proprietary. Since VoIP mostly uses an underlying NAT 
traversal and instant messaging kind of library underneath you should take a 
look at protocols like SILC (Secure Internet Live Conferencing).

The only difference between data encryption and voice encryption being that 
voice is very very delay sensitive and data is very very loss sensitive. So UDP 
is used for voice and TCP for data.

I am not quite clear if SSL is used for VoIP. I doubt. One possibility is 
DTLS...

Best of luck!

regards,
Girish
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to