Skip to content

v0.4.1

Compare
Choose a tag to compare
released this 24 Jun 00:55
· 183 commits to master since this release

Native handles

Adds two functions for getting the native SSL handles, useful for specific tweaking:

  • us_socket_context_get_native_handle returns SSL_CTX or equivalent.
  • us_socket_get_native_handle returns SSL or equivalent (or file descriptor in case of non-SSL).