
SSL
The_Hungry_Brain
现在不经意做的一件事,会在未来某个不可预期的时刻回馈自己。越努力,越幸运。
展开
-
window下安装openssl1.1.0(以及linux 下源码编译安装)
先安装perl 5$ ./config --prefix=/opt/openssl --openssldir=/usr/local/ssl$ ./Configure$ make$ make test$ make install原创 2016-12-01 10:12:27 · 6624 阅读 · 0 评论 -
配置VS2015+Openssl
vs2015+openssl原创 2016-10-14 14:04:49 · 8552 阅读 · 0 评论 -
TLS1.3规范(RFC文档)
The Transport Layer Security (TLS) Protocol Version 1.3(draft-ietf-tls-tls13-latest)TLS支持三种基本的密钥交换模式:(EC)DHE (Diffie-Hellman both the finite field and elliptic curve varieties),PSK-onl原创 2017-01-05 11:07:44 · 18950 阅读 · 1 评论 -
openssl生成证书链多级证书、证书吊销列表(CRL)
openssl生成证书链多级证书原创 2016-12-01 11:28:28 · 27253 阅读 · 1 评论