在libssl 1.0.2e或1.0.2g中找不到SSL_set_tlsext_host_name API

时间:2019-05-27 20:32:28

标签: openssl ubuntu-16.04

在库libssl 1.0.2e / 1.0.2g中找不到

SSL_set_tlsext_host_name API。但是,根据openssl changelog https://www.openssl.org/news/changelog.html#x43,SSL_set_tlsext_host_name应该从1.0.0开始可用。

我需要SSL_set_tlsext_host_name API来设置SNI。

已安装的OpenSSL软件包为

user@xy0:~$ sudo apt list -a openssl
Listing... Done
openssl/xenial-updates,xenial-security,now 1.0.2g-1ubuntu4.15 amd64 [installed]

我尝试使用libssl 1.0.2g install在ubunutu上定位

readelf -Ws /lib/x86_64-linux-gnu/libssl.so.1.0.0  | grep SSL_set_tlsext_host_name

没有结果。 SSL_set_tlsext_host_name不导出。我想念什么吗?

0 个答案:

没有答案