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 117 public repositories matching this topic...
A cross-platform, high-performance and asynchronous web server for static files-serving. ⚡
-
Updated
Nov 2, 2024 - Rust
A TCP/TLS load balancer for Linkerd 1.x.
-
Updated
Jun 14, 2023 - Rust
-
Updated
Dec 14, 2020 - Rust
A simple and ultrafast http reverse proxy serving multiple domain names and terminating TLS for http/1.1, 2 and 3, written in Rust
-
Updated
Nov 5, 2024 - Rust
Rust implementation of the TLSNotary protocol
-
Updated
Nov 7, 2024 - Rust
A multi-protocol proxy server written in Rust (HTTP, HTTPS, SOCKS5, Vmess, Vless, Shadowsocks, Trojan, Snell)
-
Updated
Sep 20, 2024 - Rust
Port forwarding utility written in Rust with IP and TLS SNI/ALPN-based forwarding rules, multiple targets per port, iptables support, and hot reloading.
-
Updated
Oct 2, 2024 - Rust
Main repository for the Veracruz privacy-preserving compute project, an adopted project of the Confidential Compute Consortium (CCC).
-
Updated
May 9, 2024 - Rust
modular service framework to move and transform network packets
-
Updated
Nov 6, 2024 - Rust
ACME (RFC 8555) client daemon
-
Updated
Jun 4, 2024 - Rust
Secure proxy service indistinguishable from whitelisted TLS website
-
Updated
Sep 14, 2023 - Rust