oridb / mc

Myrddin Compiler
MIT License
386 stars 34 forks source link

implement libtls #19

Open oridb opened 8 years ago

oridb commented 8 years ago

TLS (in the sense of SSL) shows up everywhere when communicating with the outside world. Designing and implementing an API for this (possibly wrapping C libraries like libressl) would be very useful. Even better would be a native Myrddin implementation.

nickdesaulniers commented 8 years ago

:+1: for libressl. I've had painful experiences with openSSL, would not recommend. libressl on the other hand... :fireworks: :tada:

oridb commented 7 years ago

libcrypto is slowly gaining primitives that tls can be built on top of.