简体   繁体   中英

OpenSSL - IPv6 support

I have a C app, and I'm using OpenSSL ver 1.0.2d. I want to know, if it has support at IPv6. I saw some other questions here, but without any answer, and in the official OpenSSL website, the documentation says:

Major changes between OpenSSL 1.0.2h and OpenSSL 1.1.0 : - Reworked BIO networking library, with full support for IPv6.

So maybe the IPv6 support start only at the 1.1.0 version?

I found that:

they say that IPV6 is 80% working on 1.0.2d.v6 tested with testssl.sh.(drwetter commented on 26 Sep 2015 )

From:

https://github.com/drwetter/testssl.sh/issues/11

Hope it helps,

OpenSSL is indifferent to IPv4/IPv6. What's matter is the BIO - if you are using your socket or the BIO socket (and then, IPv6 is not supported)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM