Rustls TLS Library 0.21.0 Released with New Features

  • Good.

    Meanwhile, I've received two new security advisories for OpenSSL in the last week.

  • There is a C API for anyone who wants to use Rustls from C:

    https://github.com/rustls/rustls-ffi/

  • I seriously clicked the link expecting to find a Rust reimplementation of "ls"

  • I’m a big fan of this library, using it at work and on my own stuff. It’s faster, leaner, and most importantly, safer than OpenSSL for a reasonable definition of safety. It gets less eyeballs and use than OpenSSL, but also fewer issues and rust itself protects against memory safety issues. The project is well run and there’s a non profit behind it.