openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

initial TLS engine API/implementation(with mbedTLS) #12

Closed ekoby closed 5 years ago

ekoby commented 5 years ago

The goal of these changes is to allow replacement of default TLS library(mbedTLS) with other TLS implementations. To achieve that goal an abstraction layer is created consisting of tls_context and tls_engine