您的位置:首页 > 理论基础 > 计算机网络

the introduction of https and tls(ssl)

2017-04-05 08:40 495 查看
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 ([b]Public key cryptography) [/b]and [b]symmetric cryptography[/b]

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
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px STHeiti; color: #313131 }
span.s1 { }
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: