6.0.2
CHANGES:
- conduit-lwt-unix-ssl: allow users to create a client ssl_context and use it for
any connections. This allows users to manage the lifecycle of the context. - conduit-lwt-unix-ssl: domain name verification can be disabled by users,
it's enabled by default. The library returns an error when the hostname
verification is turned on but it cannot be performed, this follows the TLS
implementation. - conduit-lwt-unix-ssl: IP verification can be enabled by users, it's disabled
by default. - conduit-lwt-unix-ssl: SNI is not sent when there isn't a domain name available