Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 471 Bytes

What is this

Port mbedTLS on libuv, based on BIO which refers to wolfSSL/src/bio.c and the project is inspired by libuv-tls

ses API in uv_tls.c. just use

  1. uv_tls_init for uv_tcp_init
  2. uv_tls_connect for uv_tcp_connect
  3. uv_tls_read for uv_read_start
  4. uv_tls_write for uv_write

TODO

add a fully example.