首页 > 其他 > 详细

How SSL/TSL Build

时间:2018-03-27 10:07:30      阅读:228      评论:0      收藏:0      [点我收藏+]

There are two movitation for SSL/TSL

1) Data encryption,  if the data is captured by 3rd party, the data will be in encrypted.

2) Host identification,  to verify the destination host is trusted 

 

 There are 5 step handshake for SSL/TSL build

1) Client send hello message, it includes the SSL/TLS version

2) Desination Host response with hello, include the agreement algorithem, digitial certificate, and public key.

3) client contacts the server CA to verify the digital certificate 

4) Client shares a secret key which is encrypted by server‘s public key and send it to server

5) server send finish and the connection is established

技术分享图片

技术分享图片

 

How SSL/TSL Build

原文:https://www.cnblogs.com/anyu686/p/8655260.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!