计算机工程与应用 ›› 2007, Vol. 43 ›› Issue (19): 1-3.

• 博士论坛 • 上一篇    下一篇

SSL握手协议中客户端平衡密钥交换算法

齐 芳1,贾维嘉1,2,王国军1   

  1. 1.中南大学 信息科学与工程学院,长沙 410083
    2.香港城市大学 计算机科学系,香港
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-07-01 发布日期:2007-07-01
  • 通讯作者: 齐 芳

Client balanced secret exchange algorithm in SSL handshake protocol

QI Fang1,JIA Wei-jia1,2,WANG Guo-jun1   

  1. 1.School of Information Science and Engineering,Central South University,Changsha 410083,China
    2.Department of Computer Science,City University of Hong Kong,Hong Kong,China
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-07-01 Published:2007-07-01
  • Contact: QI Fang

摘要: SSL协议的基本设计目标是为两个通信实体之间提供数据的保密性和完整性。由于在SSL握手协议中最耗费计算资源和造成客户端与服务器端计算不平衡的步骤是服务器端解密运算,提出了客户端平衡的密钥交换算法,用来加速SSL会话的初始化和承担服务器端的解密的预运算。对算法中的同时对多个客户的请求进行解密的粒度的估计策略进行了阐述。模拟实验表明所提出的方案是有效的。

Abstract: The primary goal of the Secure Socket Layer(SSL) protocol is to provide confidentiality and data integrity between two communicating entities.Since the step that is most computationally expensive and causes computational imbalance between clients and server in the SSL handshake protocol is the decryption computation of the server,we show that a client balanced secret exchange algorithm can be used to speedup SSL session initialization and undertake the previous computation tasks of server’s decryption.It is also introduced that the estimation strategy of parameter which is the size of clients which will be decrypted at the same time.Finally,the proposed algorithm is evaluated to be efficient through simulation studies.