奇怪的 OpenSSL 版本
Strange OpenSSL version
我在 Ubuntu 14.04 中删除了 OpenSSL 并克隆了 Github branch OpenSSL_1_0_1-stable。
我编译了 OpenSSL:
./config -shared
make install
当我尝试 运行 openssl version
时,我看到以下内容:
OpenSSL 1.0.1r-dev xx XXX xxxx
如何解决?为什么命令不输出类似的东西:
OpenSSL 1.0.1 Jan 2014
查看自述文件。它清楚地表明 OpenSSL 1.0.1r-dev
。 dev
结尾是因为您克隆了开发分支。
我不确定你为什么要使用一些没有修复的旧版本(1.0.1r
比 1.0.1
好)但是如果你愿意,你可以从 ftp://ftp.openssl.org/source/ (/old/1.0.1/
)
无论如何,请记住对 1.0.1
系列的支持将于今年结束。
Support for the 1.0.1 series will be provided until 31st December 2016
(with security bug fixes only for the final year)
我在 Ubuntu 14.04 中删除了 OpenSSL 并克隆了 Github branch OpenSSL_1_0_1-stable。 我编译了 OpenSSL:
./config -shared
make install
当我尝试 运行 openssl version
时,我看到以下内容:
OpenSSL 1.0.1r-dev xx XXX xxxx
如何解决?为什么命令不输出类似的东西:
OpenSSL 1.0.1 Jan 2014
查看自述文件。它清楚地表明 OpenSSL 1.0.1r-dev
。 dev
结尾是因为您克隆了开发分支。
我不确定你为什么要使用一些没有修复的旧版本(1.0.1r
比 1.0.1
好)但是如果你愿意,你可以从 ftp://ftp.openssl.org/source/ (/old/1.0.1/
)
无论如何,请记住对 1.0.1
系列的支持将于今年结束。
Support for the 1.0.1 series will be provided until 31st December 2016 (with security bug fixes only for the final year)