note_18.1_openSSL

2019-03-26  本文已影响0人  人間失格_430b

传输层协议:TCP,UDP,SCTP

port:进程地址,进程向内核注册使用某端口(独占)

SSL: Secure Sockets Layer

http --> ssl --> https

密钥算法和协议

对称加密
公钥加密
单向加密
认证协议

Linux系统:OpenSSL(ssl), GPG(pgp)

OpenSSL由三部分组成:
libencrypto库
libssl库
openssl多用途命令行工具

加密算法和协议:

A:p, g
B:p, g

  • A: x
    --> p^x%g ==> B
    A: (py%g)x=p^yx%g
  • B: y
    --> p^y%g ==> A
    B: (px%g)y=p^xy%g

PKI:Public Key Infrastructure

SSL:Secure sockets Layer

Netscape: 1994
V1.0, V2.0, V3.0

TLS: Transport Layer Security

IETF: 1999
V1.0, V1.1, V1.2, V1.3

上一篇 下一篇

猜你喜欢

热点阅读