Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到任何详细信息,关于访问/验证 SHA2 证书的最低 wget 版本是多少。我在什么版本的 curl 支持 SHA2中发现了一个非常相似的问题- 解决方案似乎取决于使用的 openssl 版本。
wget也一样吗?如果是,SHA2 / SHA256 应该从 OpenSSL 0.9.8o 开始工作。
有没有人有这方面的详细信息?关于在哪里验证此信息的任何指针?
据我发现,这实际上取决于使用的 openssl 版本。检查:
$ ldd $(which wget) ... libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xb76d3000) ...
并使用您的 openssl 版本
$ openssl version OpenSSL 1.0.1f 6 Jan 2014