| LibreSSL is ready for prime time. It is the default SSL library on OpenBSD since version 5.6 [1], which was released on November, 1st 2014. Since then, more cleanup went in, and they developed libtls which is a new TLS API. The latter is also included in several OpenBSD projects (OpenSMTPD, relayd, httpd). The goal of libtls is to provide a sane API to develop new applications needing TLS. The problem with OpenSSL's API is that it exposes too much, and it's extremely easy to shoot yourself in the foot. If you want to know more regarding LibreSSL, I recommend reading these: http://www.openbsd.org/papers/bsdcan14-libressl/
http://www.openbsd.org/papers/eurobsdcon2014-libressl.html Despite what the URL suggests, these are not papers but presentations at BSD related conferences. You might be able to find recordings of them on YouTube. [1] http://www.openbsd.org/56.html |