http://slproweb.com/products/Win32OpenSSL.html

File Type Description
Win32 OpenSSL v1.1.0b Light 3MB Installer Installs the most commonly used essentials of Win32 OpenSSL v1.1.0b (Recommended for users by the creators of OpenSSL).  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win32 OpenSSL v1.1.0b 30MB Installer Installs Win32 OpenSSL v1.1.0b (Recommended for software developers by the creators of OpenSSL).  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win64 OpenSSL v1.1.0b Light 3MB Installer Installs the most commonly used essentials of Win64 OpenSSL v1.1.0b (Only install this if you need 64-bit OpenSSL for Windows.  Only installs on 64-bit versions of Windows.  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win64 OpenSSL v1.1.0b 33MB Installer Installs Win64 OpenSSL v1.1.0b (Only install this if you are a software developer needing 64-bit OpenSSL for Windows.  Only installs on 64-bit versions of Windows.  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win32 OpenSSL v1.0.2j Light 2MB Installer Installs the most commonly used essentials of Win32 OpenSSL v1.0.2j (Recommended for users by the creators of OpenSSL).  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win32 OpenSSL v1.0.2j 20MB Installer Installs Win32 OpenSSL v1.0.2j (Recommended for software developers by the creators of OpenSSL).  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win64 OpenSSL v1.0.2j Light 3MB Installer Installs the most commonly used essentials of Win64 OpenSSL v1.0.2j (Only install this if you need 64-bit OpenSSL for Windows.  Only installs on 64-bit versions of Windows.  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win64 OpenSSL v1.0.2j 23MB Installer Installs Win64 OpenSSL v1.0.2j (Only install this if you are a software developer needing 64-bit OpenSSL for Windows.  Only installs on 64-bit versions of Windows.  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win32 OpenSSL v1.0.1u Light 2MB Installer Installs the most commonly used essentials of Win32 OpenSSL v1.0.1u (Recommended for users by the creators of OpenSSL).  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win32 OpenSSL v1.0.1u 19MB Installer Installs Win32 OpenSSL v1.0.1u (Recommended for software developers by the creators of OpenSSL).  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win64 OpenSSL v1.0.1u Light 2MB Installer Installs the most commonly used essentials of Win64 OpenSSL v1.0.1u (Only install this if you need 64-bit OpenSSL for Windows.  Only installs on 64-bit versions of Windows.  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.
Win64 OpenSSL v1.0.1u 21MB Installer Installs Win64 OpenSSL v1.0.1u (Only install this if you are a software developer needing 64-bit OpenSSL for Windows.  Only installs on 64-bit versions of Windows.  Note that this is a default build of OpenSSL and is subject to local and state laws.  More information can be found in the legal agreement of the installation.

Windows 安装 openssl的更多相关文章

  1. Windows安装openssl

    Windows下有两种方式安装openssl,第一种是采用安装包方式进行安装,第二种是采用编译源码方式进行安装.这里采用第一种方式,简单,直接. windows的openssl安装包的下载地址为:ht ...

  2. windows 安装openssl

    参考文章:http://www.cnblogs.com/tangxin-blog/p/5724071.html 准备条件: 1.VS2012 (携带c++) 2.下载openssl 源码 3.安装Pe ...

  3. windows下OpenSSL加密证书安装步骤与使用方法

    OpenSSL加密证书一般用于签名认证,含私钥和公钥.在Linux系统中,OpenSSL一般是已经安装好了,可以直接使用.而在Windows系统中,是需要安装使用的. 最近在使用支付平台时,用到了Op ...

  4. Windows编译安装OpenSSL

    windows下使用vs2008中的nmake编译安装openssl的脚本build.bat: echo off & color 0A :: 项目名称 set PROJECT=openssl ...

  5. Windows 一键安装OpenSSL

    原理:OpenSSL在github上有开源项目,我们只需要把代码克隆到本地,在本地编译一下就好了 注意事项: 1->在github上获取源码,必须要安装git for windows,网址 ht ...

  6. Windows 下OpenSSL 安装

    安装环境: .操作系统:Windows XP SP2 2.C++编译器:VC++ 6.0 下载: 下载ActivePerl  5.10.1.1007(最新的版本或较低的版本也可以): 下载地址:htt ...

  7. Windows下openssl的下载安装和使用

    Windows下openssl的下载安装和使用 安装openssl有两种方式,第一种直接下载安装包,装上就可运行:第二种可以自己下载源码,自己编译.下面对两种方式均进行详细描述. 一.下载和安装ope ...

  8. Windows下 OpenSSL的安装与简单使用

    1. openssl的最新版本 最新版本是 openssl1.1.1 官方地址 https://www.openssl.org/source/ TLS1.3的协议(RFC8446)在2018.8.12 ...

  9. Windows下安装openssl

    安装python类库cryptography1.6提示 build\temp.win-amd64-2.7\Release\_openssl.c(429): fatal error C1083: Can ...

随机推荐

  1. oracle表结构和表内容差异比对

    oracle表结构和表内容差异比对 oracle中有三种集合操作,他们会把左边和右边的select 结果集进行集合操作. union 并集 intersect 交集 minus 差集 假设有如下两张表 ...

  2. 逐个访问URL的每个查询字符串参数

    下面介绍一个函数,用于处理location.search的结果,以解析查询字符串,然后返回包含所有参数的一个对象. 比如  www.baidu.com?q=javascript&num=10 ...

  3. 查看Windows服务器登录日志

    本文以Windows7系统为例:[控制面板]——[管理工具]——[查看事件日志]——[Windows日志]——[安全].此时在视图窗口应该可以看到登录信息了,如果需要知道具体信息那么可以点击某条记录或 ...

  4. linux 开机自添加路由

    进入 vi /etc/sysconfig/network/routes Destination     Gateway            Genmask         Use Iface172. ...

  5. SegmentControl的多选项实现(标题栏)

    NSArray *titleArr = @[STR(@"全部"), STR(@"未使用"), STR(@"已赠送"), STR(@" ...

  6. 自定义View的学习(一) 自绘制控件

    一.自绘控件 就是自己绘制的控件,通过onDraw()方法将控件绘制出来  自定义一个可点击的View  这个View可以记住用户点击的次数 public class CounterView exte ...

  7. 脚本录制(JMeter)

    使用JMeter录制脚本: 1.打开JMeter工具,创建一个线程组,接着创建一个http代理服务器,代理服务器设置如下:

  8. 分享自制的13套 JQuery Mobile 界面主题(追加4套新款)

    15套整合在一起的,其中2套官方+13套自制,款款精致,方便移动开发. 字体默认为微软雅黑. 适配于 JQuery Mobile 1.4.3 下载地址:http://files.cnblogs.com ...

  9. geoserver使用curl发布 imagemosaic

    1.//create workspace     curl -v -u admin:geoserver -XPOST -H "Content-type: text/xml" -d ...

  10. Logstash 安装与配置

    一.Logstash 描述 简单而又强大的数据抽取与处理工具,相比于flums一整本书的描述强大而又好用. 还记得我13年用python写了一个数据抽取.校验工具,设计思路也同样是拆解处理过程模板,然 ...