geminiwen / libuv-mbedtls

port mbedtls on libuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

port mbedtls on libuv


Languages

Language:C 100.0%