码迷,mamicode.com
首页 > Web开发 > 详细

the introduction of https and tls(ssl)

时间:2017-04-05 09:36:23      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:ext   cti   stand   standard   record   from   style   span   author   

Https is refered to http over TLS. 

TLS is abbreviation of "transport layer security". It is desigined to protect transporting messge from being eavesdropped, tampered and pretended. It‘s made up by two parts, TLS handshake and TLS record.

 

The transporting process

client connect to server by port 443

 

技术分享

 

 

Asymmetric cryptography (Public key cryptography) and symmetric cryptography

There are two kind of cryptography to use in TLS to encrypt message.

Asymmetric cryptography like RSA generate a paire of keys, public key to encrypt and private key to decrypt.

Symetric ctyptography use the same key to encrypt and dectypt.

 

CA 

an authority angent to published certificate which is used to transport publick key.

Types of cetificate

  • EV or Extended Validation SSL certificate
  • OV or Organization validation SSL Certificate
  • DV or Domain validation SSL Certificate (Standard SSL)

 技术分享

reference

http://www.ruanyifeng.com/blog/2014/02/ssl_tls.html

the introduction of https and tls(ssl)

标签:ext   cti   stand   standard   record   from   style   span   author   

原文地址:http://www.cnblogs.com/zechau/p/6573262.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!