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. S_ISREG等几个常见的宏(转)

    来自百度文库:http://wenku.baidu.com/view/31777dc1d5bbfd0a795673b1.html stat函数讲解: 表头文件: #include <sys/st ...

  2. 批量执行SQL语句,进行删除,插入或者更改。

    private bool ExecuteTransaction(List<string> list) { using (SqlConnection connection = new Sql ...

  3. MVC Html.ValidationSummary()样式优化

    先看效果图 在MVC中常用ValidationSummary显示校验信息,默认样式为 针对Html.ValidationSummary()如何做优化 样式一: 在MVC中,如果你使用验证总结方法任何验 ...

  4. jquery获取所选元素的outerHTML

    大家都知道原生js可以获取匹配元素的内部html和外部html,内部是innerHTML,外部是outerHTML,原生js的dom对象是存在这两个属性的. 如果用jQuery如何获取匹配元素(包括自 ...

  5. ng-repeat产生的对象会带有$$hashkey属性处理方法

    angularJS在ng-repeat的时候会产生一个$$hashkey的属性向后台发送请求的时候需要转成JSON的string格式(如果是使用ng自带的$http服务的话可以无视,$http服务会自 ...

  6. Xcode导航栏不显示模拟器选择框ToolBar

    不显示ToolBar的小伙伴可能就是下面的样子: 全屏后就可以看到ToolBar,像下面这样: 刚开始还以为是模拟器没装,还傻不拉几的去下载模拟器,后来才发现,只要下面的操作即可显示 点击" ...

  7. https采集12306(复制)

    package train; import java.io.IOException;import java.security.NoSuchAlgorithmException;import java. ...

  8. Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.

    Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} fai ...

  9. 用VLC Media Player搭建简单的流媒体服务器

    VLC可以作为播放器使用,也可以搭建服务器. 在经历了Helix Server和Darwin Streaming Server+Perl的失败之后,终于找到了一个搭建流媒体简单好用的方法. 这个网址中 ...

  10. 新版本MySQL Server 5.7的免安装版本设置

    今天重新配置电脑,安装java开发运行的相关环境,在安装mysql的过程中,遇到了一些问题. 因为在网站上下载的是免安装版本的mysql 5.7 ,所以在安装过程中只需要解压缩zip的压缩包即可. 之 ...