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. Android中Http加载如何得到Cookie和 WebView 加载网页如何得到的Cookie

    最近做项目在手机端登录Http请求和 WebView 记载登录获取Cookie信息,可查看Cookie信息. 如图: Http请求获取Cookie信息: public static String re ...

  2. ELK:kibana使用的lucene查询语法【转载】

    kibana在ELK阵营中用来查询展示数据 elasticsearch构建在Lucene之上,过滤器语法和Lucene相同 全文搜索 在搜索栏输入login,会返回所有字段值中包含login的文档 使 ...

  3. 2016年&2017年

    2016年在IBM已经工作4年了,从门户项目到今年的保险行业灾备项目,从之前的技术到现在的项目推进,由面对机器工作到,跟更多的人打交道,工作继续进行着,希望今天的项目尽早结束. 由于工作的原因,今年回 ...

  4. 谷歌Cartographer学习(1)-快速安装测试

    谷歌自己提供了安装方法,但是安装比较繁琐,我做了一定的修改,代码放到个人github上,https://github.com/hitcm/. ros下面的安装非常快捷,只需要catkin_make即可 ...

  5. Hibernate QBC运算符

    HQL运算符 QBC运算符 含义 = Restrictions.eq() 等于equal <> Restrictions.ne() 不等于not   equal > Restrict ...

  6. css 字间距、CSS字体间距、css 字符间距设置

    1.text-indent设置抬头距离css缩进 2.letter-spacing来设置字与字间距_字符间距离,字体间距css样式

  7. iOS10字体

    iOS10字体随着手机系统的字体改变,当我们手机系统字体改变以后,我们的app的lable也会跟着一起变化: 同样的6sp,在iOS9上面运行字体显示是没问题的,当我的手机更新了iOS10以后,有的界 ...

  8. xml的解析与创建——bing到youdao导入文件的转换

    首先是为了解决一个问题:如何将必应单词本中记录的单词转入到有道词典中去.实际上,必应词典可以导出xml文件,但是该文件有道词典无法解析.这里涉及到xml的解析和创建了. 代码如下: import ja ...

  9. (待续)C#语言中的动态数组(ArrayList)模拟常用页面置换算法(FIFO、LRU、Optimal)

    目录 00 简介 01 算法概述 02 公用方法与变量解释 03 先进先出置换算法(FIFO) 04 最近最久未使用(LRU)算法 05 最佳置换算法(OPT) 00 简介 页面置换算法主要是记录内存 ...

  10. SQL Server已提交读快照隔离级别的设置

    如果要把SQL Server数据库事务隔离级别设置为已提交读快照隔离 如果直接运行下面的语句: ALTER Database [mydbname] SET READ_COMMITTED_SNAPSHO ...