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 232 public repositories matching this topic...
A telnet like client/server application using pseudo-terminals (pty) that runs a Bash shell session on the remote server. [fork,forkpty,select,epoll,ipv6 code]
-
Updated
Oct 14, 2016 - C
A TLS proxy that generates and loads certificates and configured SSL contexts based programmable hostnames
-
Updated
Feb 10, 2017 - C
CertificateKit for iOS makes working with SSL/TLS certificates a pain-free endeavour!
-
Updated
Jun 14, 2017 - C
Linux Kernel TLS/DTLS Module
-
Updated
Aug 15, 2017 - C
Simple program to test servers and clients for TLS/SSL Cipher Suites support
-
Updated
Sep 17, 2017 - C
C++/CLI wrapper around OpenSSL for use in dotNet
-
Updated
Dec 13, 2017 - C
🔒 OpenSSL module map for SPM.
-
Updated
Mar 9, 2018 - C
Google Cloud Platform IOT Core Examples
-
Updated
Aug 24, 2018 - C
A simple LD_PRELOAD library to disable SSL certificate verification. Inspired by libeatmydata.
-
Updated
Sep 20, 2018 - C
Created by Internet Engineering Task Force
Released 1999
- Followers
- 55 followers
- Website
- github.com/topics/tls
- Wikipedia
- Wikipedia