作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (16): 148-150. doi: 10.3969/j.issn.1000-3428.2006.16.056

• 安全技术 • 上一篇    下一篇

应用虚拟设备驱动的SSL VPN系统改进的实现

杨 杰;李 涛;王姝妲;王丽辉;杜 雨   

  1. 四川大学计算机学院,成都610065
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-08-20 发布日期:2006-08-20

Improved Implementation of SSL VPN System
Using Virtual Device Driver

YANG Jie;LI Tao;WANG Shuda;WANG Lihui;DU Yu   

  1. Computer Department, Sichuan University, Chengdu 610065
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-08-20 Published:2006-08-20

摘要: 在分析传统SSL VPN不足的基础上,该文通过融合SSL VPN和IPSec VPN的设计思想,提出并实现了一种改进的SSL VPN系统。核心设计思想是采用虚拟设备驱动技术在Socket层进行数据包拦截,然后通过SSL加密隧道发送至隧道另一端,对方接收后进行解密和还原。与传统的SSL VPN系统相比,该系统具有更强的灵活性和适应性。改进的SSL VPN系统对于SSL VPN的发展和推广有着重要意义。

关键词: SSL, 虚拟专用网, 虚拟设备驱动

Abstract: This paper presents an improved SSL VPN system. The system hooks data packets from virtual device driver at socket layer and sends them though an encrypted SSL tunnel to the peer who will perform decryption and reconstruction of the packets. The system is more flexible and adaptable compared to traditional SSL VPN system.

Key words: SSL, Virtual private network(VPN), Virtual device driver