Table of Contents
下载
1 2 3 |
$ git clone git://git.openssl.org/openssl.git |
编译
openssl-0.9.7a
1 2 3 4 |
$ ./Configure linux-elf-arm linux:arm-linux-gcc $ make |
openssl-1.0.0 and later
查看支持的平台
1 2 3 |
$ ./Configure LIST |
配置参数&编译
1 2 3 4 |
$./Configure linux-armv4 shared no-asm $ make |
Status of different versions:
- OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable
- OpenSSL 1.0.1g is NOT vulnerable
- OpenSSL 1.0.0 branch is NOT vulnerable
- OpenSSL 0.9.8 branch is NOT vulnerable
How about operating systems?
- Debian Wheezy (stable), OpenSSL 1.0.1e-2+deb7u4
- Ubuntu 12.04.4 LTS, OpenSSL 1.0.1-4ubuntu5.11
- CentOS 6.5, OpenSSL 1.0.1e-15
- Fedora 18, OpenSSL 1.0.1e-4
- OpenBSD 5.3 (OpenSSL 1.0.1c 10 May 2012) and 5.4 (OpenSSL 1.0.1c 10 May 2012)
- FreeBSD 10.0 – OpenSSL 1.0.1e 11 Feb 2013
- NetBSD 5.0.2 (OpenSSL 1.0.1e)
- OpenSUSE 12.2 (OpenSSL 1.0.1c)
参考:
- https://www.openssl.org/
- https://wiki.openssl.org/index.php/Compilation_and_Installation
- http://heartbleed.com/
Update on 8/19/2015