ssl
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 3,695 public repositories matching this topic...
High performance, minimalist Go web framework
-
Updated
Dec 20, 2023 - Go
⚙️ NGINX config generator on steroids 💉
-
Updated
Dec 18, 2023 - JavaScript
TLS/SSL and crypto library
-
Updated
Dec 24, 2023 - C
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
-
Updated
Dec 23, 2023 - Go
Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64.
-
Updated
Dec 23, 2023 - C
Automated ACME SSL certificate generation for nginx-proxy
-
Updated
Dec 19, 2023 - Shell
Share your terminal over the web
-
Updated
Dec 22, 2023 - C
An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
-
Updated
Dec 24, 2023 - C
An implementation of the TLS/SSL protocols
-
Updated
Dec 22, 2023 - C
HTTP and WebSocket built on Boost.Asio in C++11
-
Updated
Dec 24, 2023 - C++
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Dec 24, 2023 - Java
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
-
Updated
Sep 6, 2023 - Python