Reminder to self: testssl.sh has supported IPv6 for a long while if the OpenSSL binary supports it
Posted by jpluimers on 2017/07/31
testssl.sh has supported IPv6 for a long while if the OpenSSL binary supports it
See the below thread, specifically the mentioned comments.
- IPv6 · Issue #11 · drwetter/testssl.sh [WayBack]
- OpenSSL with IPv6 support is needed:
- You need to specify the
-6
parameter or haveHAVE_IPv6=true
set inHAS_IPv6=true testssl.sh <mycmdline>
: - Special branch of OpenSSL supporting all ciphers (reminder to self: build OS X binaries for it)
- Works with the Google IPv6 site:
- There is still some work to do:
- But the
--ip
parameter now supports IPv6 addresses:
–jeroen
Leave a Reply