随笔分类 - ssl-笔记
摘要:SSL/TLS 介绍 一: SSL/TLS 介绍SSL 是安全套接层 (secure sockets layer),TLS 是 SSL 的继任者,叫传输层安全 (transport layer security)。 在明文的上层和 TCP 层之间加上一层加密,这样就保证上层信息传输的安全。如 HTT
阅读全文
摘要:安装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/
阅读全文