Differences between revisions 1 and 2
Revision 1 as of 2023-01-09 03:38:24
Size: 264
Comment:
Revision 2 as of 2023-01-09 03:43:38
Size: 555
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
----



== 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]]

TLS

Transport Layer Security (TLS) is a communications cryptography protocol.

TLS evolved from SSL in 1999. The current version is TLS 1.3.


Design


Implementations


CategoryRicottone

Encryption/TLS (last edited 2023-01-09 03:43:38 by DominicRicottone)