朱晓阳毕业论文(考范例).docVIP

  • 3
  • 0
  • 约4.24万字
  • 约 68页
  • 2016-10-08 发布于贵州
  • 举报
朱晓阳毕业论文(考范例)

青岛农业大学 毕 业 论 文(设计)题 目:于姓 名: 学 院: 理学与信息科学学院 专 业: 班 级: 08级0班 学 号: 指导教师: 苏万力 2012 年 6 月 1 日 The Design and Implementation of Secure Web Server Based on OpenSSL Abstract:However, due to the openness, flexibility, and sharing of the Internet, it also exposes us to the threat of leaking our personal information. It causes highly heightened concerns to ensure our personal information secured in computer networks, recently. HTTP is used to deliver messages in Web servers, which has no protection in any way. All messages, which can be monitored by attackers, are plaintext in communication between server and client. Thus, it has become an emergency to secure confidentiality, integrity of the information in transactions. In this article, we construct the project using OpenSSL to implement Web server program, which ensure a secure communication between the server and client. Double-sided authentication protects the information from attackers among the server and client through digital certificates. In the framework of SSL, a specific encryption algorithm is used to achieve the confidentiality and one kind of hash algorithms is applied to guarantee the integrity of the data in transmission, which provides a guarantee for the secure communication between the server and browser. Keywords:Information Security;SSL; OpenSSL; HTTPS 目录 第一章 引言 1 1.1 课题的研究背景 1 1.2 课题研究的目的和意义 3 1.3 课题的研究内容及目标 4 1.4 本文的组织结构 4 第二章 信息安全理论知识 5 2.1 密码学基础 5 2.1.1 密码体制 5 2.1.2 密码体制的分类 6 2.1.3 对称密码体制 6 2.1.4 公钥密码体制 7 2.2 消息认证与数字签名 8 2.2.1 消息摘要 8 2.2.2 数字签名 8 2.3 公钥基础设施 9 2.3.1 公钥基础设施的概念 9 2.3.2 公钥基础设施的组成 10 2.3.3 数字证书 11 2.4安全套接字层 11 2.4.1 SSL概述 11 2.4.2 SSL协议的结构 12 2.4.3 SSL记录协议 12 2.4.4 SSL握手协议 13 2.5本章小结 16 第三章 Web服务器开发基础 17 3.1 Linux操作系统 17 3.1.1 Linux操作系统简介 17 3.1.2 GNU编译器套装 18 3.1.3 make命令与Makefile文件 19 3.1.4 GDB调试工具 21 3.2 O

文档评论(0)

1亿VIP精品文档

相关文档