##升级 openssl openssl versions yum install -y zlib gcc-c++ gcc wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz && tar -zxvf openssl-1.1.1g.ta ...
分类:
Web程序 时间:
2020-09-18 01:49:44
阅读次数:
54
一.安装绝大部分Unix系统都支持wrk,需要OS支持lua&openSSL.(Linux都支持)CentOS7安装1.安装Gityuminstall-ygit如果已安装跳到下一步.2.下载wrk源码gitclonehttps://github.com/wg/wrk.gitwrk如果遇到github网络较差,使用国内镜像gitclonehttps://gitee.com/mirrors/w
Fastdfs分布式文件系统-互为主从配置部署 1.安装基础依赖 yum install -y gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel unzip 2.下载安装 libfastcommon wget http ...
分类:
系统相关 时间:
2019-12-05 12:50:00
阅读次数:
113
代码 "码云链接" 编译运行 SM2 SM3 SM4 注:此代码头文件包含了 库,关于 内容,请详见博客 "浅谈Openssl(Linux)" ...
分类:
编程语言 时间:
2019-11-19 17:17:55
阅读次数:
155
linux安装了Python3.7之后, pip不好用了,报错如下: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 在搜各种解决方案的 ...
分类:
其他好文 时间:
2019-11-19 14:01:11
阅读次数:
84
服务端和客户端各有一对公钥和私钥,使用公钥加密的数据只能用私钥解密,建立https传输之前,客户端和服务端互换公钥。客户端发送数据前使用服务端公钥加密,服务端接收到数据后使用私钥解密,反之亦如此。 公钥私钥的生成可用openssl(linux,mac自带,windows上需要自己安装)工具来生成,具 ...
openssl服务:SSL的开源实现,官方站点www.openssl.org组成:libcrypto:通用加密库libssl:TLS/SSL的实现库 基于会话的,实现了身份认证,数据机密性和会话完整性的TLS/SSL库openssl:多用途命令工具可以实现私有证书颁发机构openssl常用子命令:opensslversion:查看openssl..
分类:
系统相关 时间:
2015-08-20 10:47:12
阅读次数:
219
推荐使用openssl,linux基本上都自带了。windows下的openssl折腾3个小时,放弃了,各种dll不全。 直接说主题,webservice ssl双向认证。 一.证书相关生成工作 1.Key Pair Generation[生成私钥,记得密码,保存好此...
分类:
Web程序 时间:
2015-06-15 18:58:56
阅读次数:
157
setarch i386 ./config -m32
可以参考这个网页:http://stackoverflow.com/questions/7835596/how-do-i-compile-openssl-in-32-bit-mode-on-a-64bit-system...
分类:
系统相关 时间:
2015-02-26 18:33:53
阅读次数:
676