TLS (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.
Here are 148 public repositories matching this topic...
Example of an encrypted connection via TLS with mutual authentication using X.509 certificates
-
Updated
Mar 31, 2023 - C++
A system with a multithreaded server that stores clients’ user data and supports payment transactions
-
Updated
Jan 11, 2022 - C++
TLS 1.0 client implementation designed to be small and easy to integrate
-
Updated
Oct 28, 2022 - C++
A multiple client supported server with SSL security written in C++
-
Updated
May 7, 2023 - C++
This project analyzes the performance of different cipher suites supported in the Transport Layer Security (TLS) 1.3 protocol when used in wireless sensor networks (WSNs). WSNs have resource constraints like limited computing power, memory, and battery life.
-
Updated
Jan 1, 2024 - C++
Created by Internet Engineering Task Force
Released 1999
- Followers
- 55 followers
- Website
- github.com/topics/tls
- Wikipedia
- Wikipedia