Key Terms of ssL ●●●●● ●●●● ●●0 ●●●● 在SSL中,有几个关键概念; ● SSL Session(SSL会话) ● SSL Connection(SSL连接) SSL Session state(SSL会话状态) ● SSL Connection State(SSL连接状态) 2021/2/10
2021/2/10 Key Terms of SSL ⚫ 在SSL中,有几个关键概念; ⚫ SSL Session(SSL会话) ⚫ SSL Connection(SSL连接) ⚫ SSL Session State(SSL会话状态) ⚫ SSL Connection State(SSL连接状态)
SSL会话 ●●●●● ●●●● ●●0 ●●●● ● SSL session(会话) an association between client& server(是客户和服务 器之间的一个关联) created by the handshake protocol(通过握手协议来创 建) ● define a set of cryptographic parameters(定义了一套 加密参数) may be shared by multiple ssl connections(可以被多 个SSL连接共享) 2021/2/10
2021/2/10 SSL会话 ⚫ SSL session(会话) ⚫ an association between client & server(是客户和服务 器之间的一个关联) ⚫ created by the Handshake Protocol(通过握手协议来创 建) ⚫ define a set of cryptographic parameters(定义了一套 加密参数) ⚫ may be shared by multiple SSL connections(可以被多 个SSL连接共享)
SSL连接 ●●●●● ●●●● ●●0 ●●●● ● SSL connection(连接) a transient,peer-to-pee, communications link(是一种 通信实体具有对等关系的通信连接) associated with one ssl session(与一个 SSL Session关 联) ●连接是瞬时的,用后即消失 2021/2/10
2021/2/10 SSL连接 ⚫ SSL connection(连接) ⚫ a transient, peer-to-peer, communications link(是一种 通信实体具有对等关系的通信连接) ⚫ associated with one SSL session(与一个SSL Session关 联) ⚫ 连接是瞬时的,用后即消失
另外一个问题 ●●●●● ●●●● ●●0 ●●●● Any question about Ssl session and connection: o Question: Session and connection has any relationship? 2021/2/10
2021/2/10 另外一个问题 ⚫ Any question about SSL session and connection? ⚫ Question: Session and connection has any relationship?
会话与连接的关系 ●●●●● ●●●● ●●0 ●●●● ●连接&会话 ●会话是用来协商安全参数的(如加密算法等) 连接是用来安全传输应用程序数据的(如加密传送 消息) 理论上,双方可以存在多个同时会话,但在实践中 并未用到这个特性 在任意一对通信双方之间,也许会有多个安全连接 每个连接都只和一个会话相关 个会话可能包含多个安全连接 ●会话定义了一组可以被多个连接共用的密码安全参 数,对于每个连接,可以利用会话来避免对新的安 全参数进行代价昂贵的协商 2021/2/10
2021/2/10 ⚫ 连接&会话 ⚫ 会话是用来协商安全参数的(如加密算法等) ⚫ 连接是用来安全传输应用程序数据的(如加密传送 消息) ⚫ 理论上,双方可以存在多个同时会话,但在实践中 并未用到这个特性 ⚫ 在任意一对通信双方之间,也许会有多个安全连接 ⚫ 每个连接都只和一个会话相关 ⚫ 一个会话可能包含多个安全连接 ⚫ 会话定义了一组可以被多个连接共用的密码安全参 数,对于每个连接,可以利用会话来避免对新的安 全参数进行代价昂贵的协商 会话与连接的关系