When running SIPp as a client, we can provide the server endpoint. When using the TLS transport and a hostname server endpoint, the
application already resolve the ip of the host. However, there are no SNI added in the ClientHello during the TLS handshake.
This is something supported by OpenSSL than can be programmatically injected into the ssl context. I guess that WolfSSL supports it as well, but have not checked.
Do you see this as a good addition to the application ?
It could be either compilation flags (like Kamailio) or execution options.
Relevant links :