随笔分类 -  ssl-笔记

摘要:SSL/TLS 介绍 一: SSL/TLS 介绍SSL 是安全套接层 (secure sockets layer),TLS 是 SSL 的继任者,叫传输层安全 (transport layer security)。 在明文的上层和 TCP 层之间加上一层加密,这样就保证上层信息传输的安全。如 HTT 阅读全文
posted @ 2020-03-26 20:03 ainingxiaoguai 阅读(360) 评论(0) 推荐(0)
摘要:安装gmssl:Download (GmSSL-master.zip), uncompress it and go to the source code folder. On Linux and OS X, run the following commands:https://github.com/ 阅读全文
posted @ 2020-03-25 22:22 ainingxiaoguai 阅读(3274) 评论(2) 推荐(0)