the introduction of https and tls(ssl)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了the introduction of https and tls(ssl)相关的知识,希望对你有一定的参考价值。

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)的主要内容,如果未能解决你的问题,请参考以下文章

MongoDB - Introduction of the mongo Shell

The introduction of Two Sigma(Using News to Predict Stock Movements) AI competition at Kaggle

The introduction of Two Sigma(Using News to Predict Stock Movements) AI competition at Kaggle

DataStructureDescription and Introduction of Tree

每日一读Towards Understanding the Instability of Network Embedding

Introduction to the visual formatting model