= TLS = '''Transport Layer Security''' ('''TLS''') is a communications cryptography protocol. TLS evolved from [[Encryption/SSL|SSL]] in 1999. The current version is TLS 1.3. <> ---- == Design == ---- == Implementations == * `ssl(7)` a.k.a. libssl, as implemented by... * [[Encryption/OpenSSL|OpenSSL]] * [[Encryption/Quictls|Quictls]] * [[Encryption/LibreSSL|LibreSSL]] * `tls(7)` a.k.a. libtls, which is also implemented by [[Encryption/LibreSSL|LibreSSL]] ---- CategoryRicottone