v0.4.1
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).