logoalt Hacker News

israrkhan06/16/20252 repliesview on HN

I think most people call it SSL because they use OpenSSL library to deal with secure communication have SSL in their names. Openssl being the most dominant one). Other libraries are BoringSSL, LibreSSL, wolfSSL etc.

Libraries with TLS in their names are less frequently used

GnuTLS, mbedTLS, s2n-tls and RustTLS.


Replies

foresterre06/16/2025

The Rust library is possibly funnily, possibly confusingly called RusTLS (1). It makes pronunciation a tad harder.

(1) https://crates.io/crates/rustls

show 1 reply
slt202106/16/2025

SSL is used in websites. TlS is used in other applications, as in mTLS

show 3 replies