Skip to content

Commit

Permalink
Merge pull request #4110 from shaedrich/tls
Browse files Browse the repository at this point in the history
Add topic "TLS"
  • Loading branch information
kenyonj authored Dec 18, 2023
2 parents e20b981 + 55b47ff commit 541116c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions topics/tls/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
topic: tls
display_name: TLS (Transport Layer Security)
short_description: TLS is a cryptographic protocol designed to provide communications security over a computer network.
aliases: ssl
related: https, x509
created_by: Internet Engineering Task Force
released: 1999
wikipedia_url: https://en.wikipedia.org/wiki/Transport_Layer_Security
---
**TLS** (**Transport Layer Security**) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securing HTTPS remains the most publicly visible.

The TLS protocol aims primarily to provide security, including privacy (confidentiality), integrity, and authenticity through the use of cryptography, such as the use of certificates, between two or more communicating computer applications. It runs in the presentation layer and is itself composed of two layers: the TLS record and the TLS handshake protocols.

TLS builds on the now-deprecated SSL (Secure Sockets Layer) specifications (1994, 1995, 1996) developed by Netscape Communications for adding the HTTPS protocol to their Navigator web browser.

0 comments on commit 541116c

Please sign in to comment.