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不导出。我想念什么吗?