Skip to content

6.0.2

Compare
Choose a tag to compare
@hannesm hannesm released this 14 Dec 15:01
· 49 commits to main since this release

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

all done by @psafont in #417